#e0fff7
a pale, electric cyan · cool · closest name: ivory
RGB
224, 255, 247
HSL
165°, 100%, 94%
CMYK
12, 0, 3, 0
Luminance
0.9408
Every format
| HEX | #e0fff7 |
| RGB | rgb(224, 255, 247) |
| HSL | hsl(165, 100%, 94%) |
| CMYK | cmyk(12%, 0%, 3%, 0%) |
| LAB | lab(97.7 -11.5 0.4) |
| LCH | lch(97.7 11.5 177.8) |
| OKLCH | oklch(0.976 0.034 178.3) |
Copy-ready code
/* CSS */
color: #e0fff7;
background-color: #e0fff7;
/* Tailwind (arbitrary) */
class="text-[#e0fff7] bg-[#e0fff7]"
/* SCSS */
$brand: #e0fff7;
/* SwiftUI */
Color(red: 0.878, green: 1.000, blue: 0.969)
/* Android */
Color.parseColor("#e0fff7")Accessibility — WCAG contrast
Aa
#e0fff7 on white: 1.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e0fff7 on black: 19.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red87.8%
Green100.0%
Blue96.9%
CMYK percentages
Cyan12.2%
Magenta0.0%
Yellow3.1%
Key (black)0.0%
Color previews
#e0fff7 text on a black background
contrast 19.82:1
Card sample
#e0fff7 text on a white background
contrast 1.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e0fff7;
Background color
Panel with #e0fff7 background
background-color: #e0fff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e0fff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(224, 255, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(224, 255, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e0fff7; background: linear-gradient(135deg, #e0fff7, #E0F2FF);