#E0F2FE
Tailwind sky-100
#E0F2FE is a blue colour. In RGB it is 224 red, 242 green and 254 blue, which converts to a hue of 204 degrees, 94% saturation and 94% lightness. It is Tailwind sky-100 in that design system's palette.
Color values
| HEX | #E0F2FE |
|---|---|
| RGB | rgb(224, 242, 254) |
| HSL | hsl(204, 94%, 94%) |
| HSV | hsv(204, 12%, 100%) |
| CMYK | cmyk(12%, 5%, 0%, 0%) |
Contrast and accessibility
Against white the contrast ratio is 1.15:1, and against black it is 18.3: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.15:1 | Fail | Fail |
| Black | 18.3:1 | AAA | AAA |
Tints and shades
Lighter tints move #E0F2FE toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E0F2FE; |
|---|---|
| CSS rgb() | color: rgb(224 242 254); |
| Tailwind | bg-[#e0f2fe] |
| SwiftUI | Color(red: 0.878, green: 0.949, blue: 0.996) |
| Android | Color.parseColor("#E0F2FE") |
Closest named color
The nearest CSS colour keyword to #E0F2FE is lightcyan (#E0FFFF).