#eef6cf
a pale, vivid green · cool · closest name: beige
RGB
238, 246, 207
HSL
72°, 68%, 89%
CMYK
3, 0, 16, 4
Luminance
0.8859
Every format
| HEX | #eef6cf |
| RGB | rgb(238, 246, 207) |
| HSL | hsl(72, 68%, 89%) |
| CMYK | cmyk(3%, 0%, 16%, 4%) |
| LAB | lab(95.4 -9.2 17.9) |
| LCH | lch(95.4 20.1 117.1) |
| OKLCH | oklch(0.957 0.052 116.8) |
Copy-ready code
/* CSS */
color: #eef6cf;
background-color: #eef6cf;
/* Tailwind (arbitrary) */
class="text-[#eef6cf] bg-[#eef6cf]"
/* SCSS */
$brand: #eef6cf;
/* SwiftUI */
Color(red: 0.933, green: 0.965, blue: 0.812)
/* Android */
Color.parseColor("#eef6cf")Accessibility — WCAG contrast
Aa
#eef6cf on white: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef6cf on black: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.5%
Blue81.2%
CMYK percentages
Cyan3.3%
Magenta0.0%
Yellow15.9%
Key (black)3.5%
Color previews
#eef6cf text on a black background
contrast 18.72:1
Card sample
#eef6cf text on a white background
contrast 1.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef6cf;
Background color
Panel with #eef6cf background
background-color: #eef6cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef6cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 246, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 246, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef6cf; background: linear-gradient(135deg, #eef6cf, #D4F6CF);