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