#E8EAF6
Material indigo 50
#E8EAF6 is a blue colour. In RGB it is 232 red, 234 green and 246 blue, which converts to a hue of 231 degrees, 44% saturation and 94% lightness. It is Material indigo 50 in that design system's palette.
Color values
| HEX | #E8EAF6 |
|---|---|
| RGB | rgb(232, 234, 246) |
| HSL | hsl(231, 44%, 94%) |
| HSV | hsv(231, 6%, 96%) |
| CMYK | cmyk(6%, 5%, 0%, 4%) |
Contrast and accessibility
Against white the contrast ratio is 1.2:1, and against black it is 17.53: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.2:1 | Fail | Fail |
| Black | 17.53:1 | AAA | AAA |
Tints and shades
Lighter tints move #E8EAF6 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E8EAF6; |
|---|---|
| CSS rgb() | color: rgb(232 234 246); |
| Tailwind | bg-[#e8eaf6] |
| SwiftUI | Color(red: 0.910, green: 0.918, blue: 0.965) |
| Android | Color.parseColor("#E8EAF6") |
Closest named color
The nearest CSS colour keyword to #E8EAF6 is lavender (#E6E6FA).