#eef5cf
a pale, vivid green · cool · closest name: beige
RGB
238, 245, 207
HSL
71°, 66%, 89%
CMYK
3, 0, 16, 4
Luminance
0.8799
Every format
| HEX | #eef5cf |
| RGB | rgb(238, 245, 207) |
| HSL | hsl(71, 66%, 89%) |
| CMYK | cmyk(3%, 0%, 16%, 4%) |
| LAB | lab(95.2 -8.7 17.5) |
| LCH | lch(95.2 19.6 116.3) |
| OKLCH | oklch(0.955 0.050 115.8) |
Copy-ready code
/* CSS */
color: #eef5cf;
background-color: #eef5cf;
/* Tailwind (arbitrary) */
class="text-[#eef5cf] bg-[#eef5cf]"
/* SCSS */
$brand: #eef5cf;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.812)
/* Android */
Color.parseColor("#eef5cf")Accessibility — WCAG contrast
Aa
#eef5cf on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5cf on black: 18.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue81.2%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow15.5%
Key (black)3.9%
Color previews
#eef5cf text on a black background
contrast 18.60:1
Card sample
#eef5cf text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5cf;
Background color
Panel with #eef5cf background
background-color: #eef5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5cf; background: linear-gradient(135deg, #eef5cf, #D5F5CF);