#eefecc
a pale, electric green · cool · closest name: beige
RGB
238, 254, 204
HSL
79°, 96%, 90%
CMYK
6, 0, 20, 0
Luminance
0.9342
Every format
| HEX | #eefecc |
| RGB | rgb(238, 254, 204) |
| HSL | hsl(79, 96%, 90%) |
| CMYK | cmyk(6%, 0%, 20%, 0%) |
| LAB | lab(97.4 -13.6 22.2) |
| LCH | lch(97.4 26.0 121.4) |
| OKLCH | oklch(0.973 0.067 122.1) |
Copy-ready code
/* CSS */
color: #eefecc;
background-color: #eefecc;
/* Tailwind (arbitrary) */
class="text-[#eefecc] bg-[#eefecc]"
/* SCSS */
$brand: #eefecc;
/* SwiftUI */
Color(red: 0.933, green: 0.996, blue: 0.800)
/* Android */
Color.parseColor("#eefecc")Accessibility — WCAG contrast
Aa
#eefecc on white: 1.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eefecc on black: 19.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green99.6%
Blue80.0%
CMYK percentages
Cyan6.3%
Magenta0.0%
Yellow19.7%
Key (black)0.4%
Color previews
#eefecc text on a black background
contrast 19.68:1
Card sample
#eefecc text on a white background
contrast 1.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eefecc;
Background color
Panel with #eefecc background
background-color: #eefecc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eefecc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 254, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 254, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eefecc; background: linear-gradient(135deg, #eefecc, #CDFECC);