#eef8cf
a pale, vivid green · cool · closest name: beige
RGB
238, 248, 207
HSL
75°, 75%, 89%
CMYK
4, 0, 17, 3
Luminance
0.8982
Every format
| HEX | #eef8cf |
| RGB | rgb(238, 248, 207) |
| HSL | hsl(75, 75%, 89%) |
| CMYK | cmyk(4%, 0%, 17%, 3%) |
| LAB | lab(95.9 -10.2 18.6) |
| LCH | lch(95.9 21.2 118.6) |
| OKLCH | oklch(0.961 0.054 118.6) |
Copy-ready code
/* CSS */
color: #eef8cf;
background-color: #eef8cf;
/* Tailwind (arbitrary) */
class="text-[#eef8cf] bg-[#eef8cf]"
/* SCSS */
$brand: #eef8cf;
/* SwiftUI */
Color(red: 0.933, green: 0.973, blue: 0.812)
/* Android */
Color.parseColor("#eef8cf")Accessibility — WCAG contrast
Aa
#eef8cf on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef8cf on black: 18.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.3%
Blue81.2%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow16.5%
Key (black)2.7%
Color previews
#eef8cf text on a black background
contrast 18.96:1
Card sample
#eef8cf text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef8cf;
Background color
Panel with #eef8cf background
background-color: #eef8cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef8cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 248, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 248, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef8cf; background: linear-gradient(135deg, #eef8cf, #D3F8CF);