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