#e2faf2
a pale, vivid cyan · cool · closest name: ivory
RGB
226, 250, 242
HSL
160°, 71%, 93%
CMYK
10, 0, 3, 2
Luminance
0.9095
Every format
| HEX | #e2faf2 |
| RGB | rgb(226, 250, 242) |
| HSL | hsl(160, 71%, 93%) |
| CMYK | cmyk(10%, 0%, 3%, 2%) |
| LAB | lab(96.4 -9.3 1.2) |
| LCH | lch(96.4 9.3 172.8) |
| OKLCH | oklch(0.965 0.027 173.7) |
Copy-ready code
/* CSS */
color: #e2faf2;
background-color: #e2faf2;
/* Tailwind (arbitrary) */
class="text-[#e2faf2] bg-[#e2faf2]"
/* SCSS */
$brand: #e2faf2;
/* SwiftUI */
Color(red: 0.886, green: 0.980, blue: 0.949)
/* Android */
Color.parseColor("#e2faf2")Accessibility — WCAG contrast
Aa
#e2faf2 on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2faf2 on black: 19.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.0%
Blue94.9%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow3.2%
Key (black)2.0%
Color previews
#e2faf2 text on a black background
contrast 19.19:1
Card sample
#e2faf2 text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2faf2;
Background color
Panel with #e2faf2 background
background-color: #e2faf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2faf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 250, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 250, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2faf2; background: linear-gradient(135deg, #e2faf2, #E2F2FA);