#EEF2FF
Tailwind indigo-50
#EEF2FF is a blue colour. In RGB it is 238 red, 242 green and 255 blue, which converts to a hue of 226 degrees, 100% saturation and 97% lightness. It is Tailwind indigo-50 in that design system's palette.
Color values
| HEX | #EEF2FF |
|---|---|
| RGB | rgb(238, 242, 255) |
| HSL | hsl(226, 100%, 97%) |
| HSV | hsv(226, 7%, 100%) |
| CMYK | cmyk(7%, 5%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.12:1, and against black it is 18.78: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.12:1 | Fail | Fail |
| Black | 18.78:1 | AAA | AAA |
Tints and shades
Lighter tints move #EEF2FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #EEF2FF; |
|---|---|
| CSS rgb() | color: rgb(238 242 255); |
| Tailwind | bg-[#eef2ff] |
| SwiftUI | Color(red: 0.933, green: 0.949, blue: 1.000) |
| Android | Color.parseColor("#EEF2FF") |
Closest named color
The nearest CSS colour keyword to #EEF2FF is aliceblue (#F0F8FF).