#e1fcf3
a pale, electric cyan · cool · closest name: ivory
RGB
225, 252, 243
HSL
160°, 82%, 94%
CMYK
11, 0, 4, 1
Luminance
0.9210
Every format
| HEX | #e1fcf3 |
| RGB | rgb(225, 252, 243) |
| HSL | hsl(160, 82%, 94%) |
| CMYK | cmyk(11%, 0%, 4%, 1%) |
| LAB | lab(96.9 -10.4 1.3) |
| LCH | lch(96.9 10.5 172.7) |
| OKLCH | oklch(0.969 0.030 173.6) |
Copy-ready code
/* CSS */
color: #e1fcf3;
background-color: #e1fcf3;
/* Tailwind (arbitrary) */
class="text-[#e1fcf3] bg-[#e1fcf3]"
/* SCSS */
$brand: #e1fcf3;
/* SwiftUI */
Color(red: 0.882, green: 0.988, blue: 0.953)
/* Android */
Color.parseColor("#e1fcf3")Accessibility — WCAG contrast
Aa
#e1fcf3 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e1fcf3 on black: 19.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red88.2%
Green98.8%
Blue95.3%
CMYK percentages
Cyan10.7%
Magenta0.0%
Yellow3.6%
Key (black)1.2%
Color previews
#e1fcf3 text on a black background
contrast 19.42:1
Card sample
#e1fcf3 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e1fcf3;
Background color
Panel with #e1fcf3 background
background-color: #e1fcf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e1fcf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(225, 252, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(225, 252, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e1fcf3; background: linear-gradient(135deg, #e1fcf3, #E1F3FC);