#eef9dc
a pale, vivid green · cool · closest name: beige
RGB
238, 249, 220
HSL
83°, 71%, 92%
CMYK
4, 0, 12, 2
Luminance
0.9110
Every format
| HEX | #eef9dc |
| RGB | rgb(238, 249, 220) |
| HSL | hsl(83, 71%, 92%) |
| CMYK | cmyk(4%, 0%, 12%, 2%) |
| LAB | lab(96.5 -8.6 12.7) |
| LCH | lch(96.5 15.3 124.2) |
| OKLCH | oklch(0.966 0.040 124.1) |
Copy-ready code
/* CSS */
color: #eef9dc;
background-color: #eef9dc;
/* Tailwind (arbitrary) */
class="text-[#eef9dc] bg-[#eef9dc]"
/* SCSS */
$brand: #eef9dc;
/* SwiftUI */
Color(red: 0.933, green: 0.976, blue: 0.863)
/* Android */
Color.parseColor("#eef9dc")Accessibility — WCAG contrast
Aa
#eef9dc on white: 1.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef9dc on black: 19.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.6%
Blue86.3%
CMYK percentages
Cyan4.4%
Magenta0.0%
Yellow11.6%
Key (black)2.4%
Color previews
#eef9dc text on a black background
contrast 19.22:1
Card sample
#eef9dc text on a white background
contrast 1.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef9dc;
Background color
Panel with #eef9dc background
background-color: #eef9dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef9dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 249, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 249, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef9dc; background: linear-gradient(135deg, #eef9dc, #DCF9DE);