#eefffe
a pale, electric cyan · cool · closest name: white
RGB
238, 255, 254
HSL
177°, 100%, 97%
CMYK
7, 0, 0, 0
Luminance
0.9685
Every format
| HEX | #eefffe |
| RGB | rgb(238, 255, 254) |
| HSL | hsl(177, 100%, 97%) |
| CMYK | cmyk(7%, 0%, 0%, 0%) |
| LAB | lab(98.8 -5.7 -1.4) |
| LCH | lch(98.8 5.9 194.1) |
| OKLCH | oklch(0.987 0.018 192.6) |
Copy-ready code
/* CSS */
color: #eefffe;
background-color: #eefffe;
/* Tailwind (arbitrary) */
class="text-[#eefffe] bg-[#eefffe]"
/* SCSS */
$brand: #eefffe;
/* SwiftUI */
Color(red: 0.933, green: 1.000, blue: 0.996)
/* Android */
Color.parseColor("#eefffe")Accessibility — WCAG contrast
Aa
#eefffe on white: 1.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefffe on black: 20.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green100.0%
Blue99.6%
CMYK percentages
Cyan6.7%
Magenta0.0%
Yellow0.4%
Key (black)0.0%
Color previews
#eefffe text on a black background
contrast 20.37:1
Card sample
#eefffe text on a white background
contrast 1.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefffe;
Background color
Panel with #eefffe background
background-color: #eefffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 255, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 255, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefffe; background: linear-gradient(135deg, #eefffe, #EEF5FF);