#eef6df
a pale, vivid green · cool · closest name: beige
RGB
238, 246, 223
HSL
81°, 56%, 92%
CMYK
3, 0, 9, 4
Luminance
0.8942
Every format
| HEX | #eef6df |
| RGB | rgb(238, 246, 223) |
| HSL | hsl(81, 56%, 92%) |
| CMYK | cmyk(3%, 0%, 9%, 4%) |
| LAB | lab(95.8 -6.6 10.2) |
| LCH | lch(95.8 12.1 123.1) |
| OKLCH | oklch(0.961 0.031 122.6) |
Copy-ready code
/* CSS */
color: #eef6df;
background-color: #eef6df;
/* Tailwind (arbitrary) */
class="text-[#eef6df] bg-[#eef6df]"
/* SCSS */
$brand: #eef6df;
/* SwiftUI */
Color(red: 0.933, green: 0.965, blue: 0.875)
/* Android */
Color.parseColor("#eef6df")Accessibility — WCAG contrast
Aa
#eef6df on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef6df on black: 18.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.5%
Blue87.5%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow9.3%
Key (black)3.5%
Color previews
#eef6df text on a black background
contrast 18.88:1
Card sample
#eef6df text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef6df;
Background color
Panel with #eef6df background
background-color: #eef6df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef6df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 246, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 246, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef6df; background: linear-gradient(135deg, #eef6df, #DFF6DF);