#e3fffe
a pale, electric cyan · cool · closest name: white
RGB
227, 255, 254
HSL
178°, 100%, 95%
CMYK
11, 0, 0, 0
Luminance
0.9501
Every format
| HEX | #e3fffe |
| RGB | rgb(227, 255, 254) |
| HSL | hsl(178, 100%, 95%) |
| CMYK | cmyk(11%, 0%, 0%, 0%) |
| LAB | lab(98.0 -9.2 -2.6) |
| LCH | lch(98.0 9.6 195.7) |
| OKLCH | oklch(0.980 0.029 194.1) |
Copy-ready code
/* CSS */
color: #e3fffe;
background-color: #e3fffe;
/* Tailwind (arbitrary) */
class="text-[#e3fffe] bg-[#e3fffe]"
/* SCSS */
$brand: #e3fffe;
/* SwiftUI */
Color(red: 0.890, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#e3fffe")Accessibility — WCAG contrast
Aa
#e3fffe on white: 1.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#e3fffe on black: 20.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red89.0%
Green100.0%
Blue99.6%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#e3fffe text on a black background
contrast 20.00:1
Card sample
#e3fffe text on a white background
contrast 1.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #e3fffe;
Background color
Panel with #e3fffe background
background-color: #e3fffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #e3fffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(227, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(227, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #e3fffe; background: linear-gradient(135deg, #e3fffe, #E3EDFF);