#e2fffb
a pale, electric cyan · cool · closest name: white
RGB
226, 255, 251
HSL
172°, 100%, 94%
CMYK
11, 0, 2, 0
Luminance
0.9465
Every format
| HEX | #e2fffb |
| RGB | rgb(226, 255, 251) |
| HSL | hsl(172, 100%, 94%) |
| CMYK | cmyk(11%, 0%, 2%, 0%) |
| LAB | lab(97.9 -10.1 -1.3) |
| LCH | lch(97.9 10.2 187.1) |
| OKLCH | oklch(0.978 0.030 186.6) |
Copy-ready code
/* CSS */
color: #e2fffb;
background-color: #e2fffb;
/* Tailwind (arbitrary) */
class="text-[#e2fffb] bg-[#e2fffb]"
/* SCSS */
$brand: #e2fffb;
/* SwiftUI */
Color(red: 0.886, green: 1.000, blue: 0.984)
/* Android */
Color.parseColor("#e2fffb")Accessibility — WCAG contrast
Aa
#e2fffb on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e2fffb on black: 19.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.6%
Green100.0%
Blue98.4%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow1.6%
Key (black)0.0%
Color previews
#e2fffb text on a black background
contrast 19.93:1
Card sample
#e2fffb text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e2fffb;
Background color
Panel with #e2fffb background
background-color: #e2fffb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e2fffb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(226, 255, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(226, 255, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e2fffb; background: linear-gradient(135deg, #e2fffb, #E2F0FF);