#e1eff4
a pale, vivid cyan · cool · closest name: white
RGB
225, 239, 244
HSL
196°, 46%, 92%
CMYK
8, 2, 0, 4
Luminance
0.8427
Every format
| HEX | #e1eff4 |
| RGB | rgb(225, 239, 244) |
| HSL | hsl(196, 46%, 92%) |
| CMYK | cmyk(8%, 2%, 0%, 4%) |
| LAB | lab(93.6 -3.7 -4.0) |
| LCH | lch(93.6 5.4 227.5) |
| OKLCH | oklch(0.943 0.016 221.1) |
Copy-ready code
/* CSS */
color: #e1eff4;
background-color: #e1eff4;
/* Tailwind (arbitrary) */
class="text-[#e1eff4] bg-[#e1eff4]"
/* SCSS */
$brand: #e1eff4;
/* SwiftUI */
Color(red: 0.882, green: 0.937, blue: 0.957)
/* Android */
Color.parseColor("#e1eff4")Accessibility — WCAG contrast
Aa
#e1eff4 on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1eff4 on black: 17.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green93.7%
Blue95.7%
CMYK percentages
Cyan7.8%
Magenta2.0%
Yellow0.0%
Key (black)4.3%
Color previews
#e1eff4 text on a black background
contrast 17.85:1
Card sample
#e1eff4 text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1eff4;
Background color
Panel with #e1eff4 background
background-color: #e1eff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1eff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 239, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 239, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1eff4; background: linear-gradient(135deg, #e1eff4, #E1E2F4);