#eef8d3
a pale, vivid green · cool · closest name: beige
RGB
238, 248, 211
HSL
76°, 73%, 90%
CMYK
4, 0, 15, 3
Luminance
0.9002
Every format
| HEX | #eef8d3 |
| RGB | rgb(238, 248, 211) |
| HSL | hsl(76, 73%, 90%) |
| CMYK | cmyk(4%, 0%, 15%, 3%) |
| LAB | lab(96.0 -9.5 16.7) |
| LCH | lch(96.0 19.2 119.8) |
| OKLCH | oklch(0.962 0.050 119.6) |
Copy-ready code
/* CSS */
color: #eef8d3;
background-color: #eef8d3;
/* Tailwind (arbitrary) */
class="text-[#eef8d3] bg-[#eef8d3]"
/* SCSS */
$brand: #eef8d3;
/* SwiftUI */
Color(red: 0.933, green: 0.973, blue: 0.827)
/* Android */
Color.parseColor("#eef8d3")Accessibility — WCAG contrast
Aa
#eef8d3 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef8d3 on black: 19.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green97.3%
Blue82.7%
CMYK percentages
Cyan4.0%
Magenta0.0%
Yellow14.9%
Key (black)2.7%
Color previews
#eef8d3 text on a black background
contrast 19.00:1
Card sample
#eef8d3 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef8d3;
Background color
Panel with #eef8d3 background
background-color: #eef8d3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef8d3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 248, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 248, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef8d3; background: linear-gradient(135deg, #eef8d3, #D5F8D3);