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