#eef5ad
a light, electric yellow · cool · closest name: khaki
RGB
238, 245, 173
HSL
66°, 78%, 82%
CMYK
3, 0, 29, 4
Luminance
0.8650
Every format
| HEX | #eef5ad |
| RGB | rgb(238, 245, 173) |
| HSL | hsl(66, 78%, 82%) |
| CMYK | cmyk(3%, 0%, 29%, 4%) |
| LAB | lab(94.5 -13.4 34.0) |
| LCH | lch(94.5 36.5 111.6) |
| OKLCH | oklch(0.948 0.092 112.7) |
Copy-ready code
/* CSS */
color: #eef5ad;
background-color: #eef5ad;
/* Tailwind (arbitrary) */
class="text-[#eef5ad] bg-[#eef5ad]"
/* SCSS */
$brand: #eef5ad;
/* SwiftUI */
Color(red: 0.933, green: 0.961, blue: 0.678)
/* Android */
Color.parseColor("#eef5ad")Accessibility — WCAG contrast
Aa
#eef5ad on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#eef5ad on black: 18.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.3%
Green96.1%
Blue67.8%
CMYK percentages
Cyan2.9%
Magenta0.0%
Yellow29.4%
Key (black)3.9%
Color previews
#eef5ad text on a black background
contrast 18.30:1
Card sample
#eef5ad text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #eef5ad;
Background color
Panel with #eef5ad background
background-color: #eef5ad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #eef5ad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(238, 245, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(238, 245, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #eef5ad; background: linear-gradient(135deg, #eef5ad, #BEF5AD);