#eefccc
a pale, electric green · cool · closest name: beige
RGB
238, 252, 204
HSL
78°, 89%, 89%
CMYK
6, 0, 19, 1
Luminance
0.9216
Every format
| HEX | #eefccc |
| RGB | rgb(238, 252, 204) |
| HSL | hsl(78, 89%, 89%) |
| CMYK | cmyk(6%, 0%, 19%, 1%) |
| LAB | lab(96.9 -12.6 21.5) |
| LCH | lch(96.9 24.9 120.4) |
| OKLCH | oklch(0.969 0.064 120.8) |
Copy-ready code
/* CSS */
color: #eefccc;
background-color: #eefccc;
/* Tailwind (arbitrary) */
class="text-[#eefccc] bg-[#eefccc]"
/* SCSS */
$brand: #eefccc;
/* SwiftUI */
Color(red: 0.933, green: 0.988, blue: 0.800)
/* Android */
Color.parseColor("#eefccc")Accessibility — WCAG contrast
Aa
#eefccc on white: 1.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefccc on black: 19.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green98.8%
Blue80.0%
CMYK percentages
Cyan5.6%
Magenta0.0%
Yellow19.0%
Key (black)1.2%
Color previews
#eefccc text on a black background
contrast 19.43:1
Card sample
#eefccc text on a white background
contrast 1.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefccc;
Background color
Panel with #eefccc background
background-color: #eefccc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefccc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 252, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 252, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefccc; background: linear-gradient(135deg, #eefccc, #CEFCCC);