#e3fcf5
a pale, electric cyan · cool · closest name: ivory
RGB
227, 252, 245
HSL
163°, 81%, 94%
CMYK
10, 0, 3, 1
Luminance
0.9254
Every format
| HEX | #e3fcf5 |
| RGB | rgb(227, 252, 245) |
| HSL | hsl(163, 81%, 94%) |
| CMYK | cmyk(10%, 0%, 3%, 1%) |
| LAB | lab(97.0 -9.4 0.6) |
| LCH | lch(97.0 9.4 176.5) |
| OKLCH | oklch(0.971 0.028 177.1) |
Copy-ready code
/* CSS */
color: #e3fcf5;
background-color: #e3fcf5;
/* Tailwind (arbitrary) */
class="text-[#e3fcf5] bg-[#e3fcf5]"
/* SCSS */
$brand: #e3fcf5;
/* SwiftUI */
Color(red: 0.890, green: 0.988, blue: 0.961)
/* Android */
Color.parseColor("#e3fcf5")Accessibility — WCAG contrast
Aa
#e3fcf5 on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fcf5 on black: 19.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green98.8%
Blue96.1%
CMYK percentages
Cyan9.9%
Magenta0.0%
Yellow2.8%
Key (black)1.2%
Color previews
#e3fcf5 text on a black background
contrast 19.51:1
Card sample
#e3fcf5 text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fcf5;
Background color
Panel with #e3fcf5 background
background-color: #e3fcf5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fcf5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 252, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 252, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fcf5; background: linear-gradient(135deg, #e3fcf5, #E3F2FC);