#e2fbf7
a pale, electric cyan · cool · closest name: white
RGB
226, 251, 247
HSL
170°, 76%, 94%
CMYK
10, 0, 2, 2
Luminance
0.9188
Every format
| HEX | #e2fbf7 |
| RGB | rgb(226, 251, 247) |
| HSL | hsl(170, 76%, 94%) |
| CMYK | cmyk(10%, 0%, 2%, 2%) |
| LAB | lab(96.8 -8.8 -0.8) |
| LCH | lch(96.8 8.9 185.5) |
| OKLCH | oklch(0.969 0.027 185.2) |
Copy-ready code
/* CSS */
color: #e2fbf7;
background-color: #e2fbf7;
/* Tailwind (arbitrary) */
class="text-[#e2fbf7] bg-[#e2fbf7]"
/* SCSS */
$brand: #e2fbf7;
/* SwiftUI */
Color(red: 0.886, green: 0.984, blue: 0.969)
/* Android */
Color.parseColor("#e2fbf7")Accessibility — WCAG contrast
Aa
#e2fbf7 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fbf7 on black: 19.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green98.4%
Blue96.9%
CMYK percentages
Cyan10.0%
Magenta0.0%
Yellow1.6%
Key (black)1.6%
Color previews
#e2fbf7 text on a black background
contrast 19.38:1
Card sample
#e2fbf7 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fbf7;
Background color
Panel with #e2fbf7 background
background-color: #e2fbf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fbf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 251, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 251, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fbf7; background: linear-gradient(135deg, #e2fbf7, #E2EEFB);