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