#EDE9FE
Tailwind violet-100
#EDE9FE is a blue colour. In RGB it is 237 red, 233 green and 254 blue, which converts to a hue of 251 degrees, 91% saturation and 95% lightness. It is Tailwind violet-100 in that design system's palette.
Color values
| HEX | #EDE9FE |
|---|---|
| RGB | rgb(237, 233, 254) |
| HSL | hsl(251, 91%, 95%) |
| HSV | hsv(251, 8%, 100%) |
| CMYK | cmyk(7%, 8%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.19:1, and against black it is 17.69: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.19:1 | Fail | Fail |
| Black | 17.69:1 | AAA | AAA |
Tints and shades
Lighter tints move #EDE9FE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EDE9FE; |
|---|---|
| CSS rgb() | color: rgb(237 233 254); |
| Tailwind | bg-[#ede9fe] |
| SwiftUI | Color(red: 0.929, green: 0.914, blue: 0.996) |
| Android | Color.parseColor("#EDE9FE") |
Closest named color
The nearest CSS colour keyword to #EDE9FE is lavender (#E6E6FA).