#eef9cf
a pale, electric green · cool · closest name: beige
RGB
238, 249, 207
HSL
76°, 78%, 89%
CMYK
4, 0, 17, 2
Luminance
0.9043
Every format
| HEX | #eef9cf |
| RGB | rgb(238, 249, 207) |
| HSL | hsl(76, 78%, 89%) |
| CMYK | cmyk(4%, 0%, 17%, 2%) |
| LAB | lab(96.2 -10.7 19.0) |
| LCH | lch(96.2 21.8 119.3) |
| OKLCH | oklch(0.963 0.056 119.4) |
Copy-ready code
/* CSS */
color: #eef9cf;
background-color: #eef9cf;
/* Tailwind (arbitrary) */
class="text-[#eef9cf] bg-[#eef9cf]"
/* SCSS */
$brand: #eef9cf;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.812)
/* Android */
Color.parseColor("#eef9cf")Accessibility — WCAG contrast
Aa
#eef9cf on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9cf on black: 19.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue81.2%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow16.9%
Key (black)2.4%
Color previews
#eef9cf text on a black background
contrast 19.09:1
Card sample
#eef9cf text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9cf;
Background color
Panel with #eef9cf background
background-color: #eef9cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9cf; background: linear-gradient(135deg, #eef9cf, #D2F9CF);