#DDD6FE
Tailwind violet-200
#DDD6FE is a blue colour. In RGB it is 221 red, 214 green and 254 blue, which converts to a hue of 251 degrees, 95% saturation and 92% lightness. It is Tailwind violet-200 in that design system's palette.
Color values
| HEX | #DDD6FE |
|---|---|
| RGB | rgb(221, 214, 254) |
| HSL | hsl(251, 95%, 92%) |
| HSV | hsv(251, 16%, 100%) |
| CMYK | cmyk(13%, 16%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.39:1, and against black it is 15.12:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 1.39:1 | Fail | Fail |
| Black | 15.12:1 | AAA | AAA |
Tints and shades
Lighter tints move #DDD6FE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #DDD6FE; |
|---|---|
| CSS rgb() | color: rgb(221 214 254); |
| Tailwind | bg-[#ddd6fe] |
| SwiftUI | Color(red: 0.867, green: 0.839, blue: 0.996) |
| Android | Color.parseColor("#DDD6FE") |
Closest named color
The nearest CSS colour keyword to #DDD6FE is lavender (#E6E6FA).