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