#E0E7FF
Tailwind indigo-100
#E0E7FF is a blue colour. In RGB it is 224 red, 231 green and 255 blue, which converts to a hue of 226 degrees, 100% saturation and 94% lightness. It is Tailwind indigo-100 in that design system's palette.
Color values
| HEX | #E0E7FF |
|---|---|
| RGB | rgb(224, 231, 255) |
| HSL | hsl(226, 100%, 94%) |
| HSV | hsv(226, 12%, 100%) |
| CMYK | cmyk(12%, 9%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.23:1, and against black it is 17.04: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.23:1 | Fail | Fail |
| Black | 17.04:1 | AAA | AAA |
Tints and shades
Lighter tints move #E0E7FF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E0E7FF; |
|---|---|
| CSS rgb() | color: rgb(224 231 255); |
| Tailwind | bg-[#e0e7ff] |
| SwiftUI | Color(red: 0.878, green: 0.906, blue: 1.000) |
| Android | Color.parseColor("#E0E7FF") |
Closest named color
The nearest CSS colour keyword to #E0E7FF is lavender (#E6E6FA).