#E0F7FA
Material cyan 50
#E0F7FA is a cyan colour. In RGB it is 224 red, 247 green and 250 blue, which converts to a hue of 187 degrees, 72% saturation and 93% lightness. It is Material cyan 50 in that design system's palette.
Color values
| HEX | #E0F7FA |
|---|---|
| RGB | rgb(224, 247, 250) |
| HSL | hsl(187, 72%, 93%) |
| HSV | hsv(187, 10%, 98%) |
| CMYK | cmyk(10%, 1%, 0%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.11:1, and against black it is 18.85: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.11:1 | Fail | Fail |
| Black | 18.85:1 | AAA | AAA |
Tints and shades
Lighter tints move #E0F7FA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #E0F7FA; |
|---|---|
| CSS rgb() | color: rgb(224 247 250); |
| Tailwind | bg-[#e0f7fa] |
| SwiftUI | Color(red: 0.878, green: 0.969, blue: 0.980) |
| Android | Color.parseColor("#E0F7FA") |
Closest named color
The nearest CSS colour keyword to #E0F7FA is lightcyan (#E0FFFF).