#eef5df
a pale, vivid green · cool · closest name: beige
RGB
238, 245, 223
HSL
79°, 52%, 92%
CMYK
3, 0, 9, 4
Luminance
0.8881
Every format
| HEX | #eef5df |
| RGB | rgb(238, 245, 223) |
| HSL | hsl(79, 52%, 92%) |
| CMYK | cmyk(3%, 0%, 9%, 4%) |
| LAB | lab(95.5 -6.1 9.8) |
| LCH | lch(95.5 11.6 122.0) |
| OKLCH | oklch(0.959 0.030 121.3) |
Copy-ready code
/* CSS */
color: #eef5df;
background-color: #eef5df;
/* Tailwind (arbitrary) */
class="text-[#eef5df] bg-[#eef5df]"
/* SCSS */
$brand: #eef5df;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.875)
/* Android */
Color.parseColor("#eef5df")Accessibility — WCAG contrast
Aa
#eef5df on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5df on black: 18.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue87.5%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow9.0%
Key (black)3.9%
Color previews
#eef5df text on a black background
contrast 18.76:1
Card sample
#eef5df text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5df;
Background color
Panel with #eef5df background
background-color: #eef5df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5df; background: linear-gradient(135deg, #eef5df, #DFF5DF);