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