#eef7df
a pale, vivid green · cool · closest name: beige
RGB
238, 247, 223
HSL
83°, 60%, 92%
CMYK
4, 0, 10, 3
Luminance
0.9003
Every format
| HEX | #eef7df |
| RGB | rgb(238, 247, 223) |
| HSL | hsl(83, 60%, 92%) |
| CMYK | cmyk(4%, 0%, 10%, 3%) |
| LAB | lab(96.0 -7.1 10.5) |
| LCH | lch(96.0 12.7 124.1) |
| OKLCH | oklch(0.963 0.033 123.8) |
Copy-ready code
/* CSS */
color: #eef7df;
background-color: #eef7df;
/* Tailwind (arbitrary) */
class="text-[#eef7df] bg-[#eef7df]"
/* SCSS */
$brand: #eef7df;
/* SwiftUI */
Color(red: 0.933, green: 0.969, blue: 0.875)
/* Android */
Color.parseColor("#eef7df")Accessibility — WCAG contrast
Aa
#eef7df on white: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef7df on black: 19.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.9%
Blue87.5%
CMYK percentages
Cyan3.6%
Magenta0.0%
Yellow9.7%
Key (black)3.1%
Color previews
#eef7df text on a black background
contrast 19.01:1
Card sample
#eef7df text on a white background
contrast 1.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef7df;
Background color
Panel with #eef7df background
background-color: #eef7df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef7df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 247, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 247, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef7df; background: linear-gradient(135deg, #eef7df, #DFF7E0);