#efdf8c
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 140
HSL
50°, 76%, 74%
CMYK
0, 7, 41, 6
Luminance
0.7302
Every format
| HEX | #efdf8c |
| RGB | rgb(239, 223, 140) |
| HSL | hsl(50, 76%, 74%) |
| CMYK | cmyk(0%, 7%, 41%, 6%) |
| LAB | lab(88.5 -5.9 42.6) |
| LCH | lch(88.5 43.0 97.9) |
| OKLCH | oklch(0.898 0.105 98.7) |
Copy-ready code
/* CSS */
color: #efdf8c;
background-color: #efdf8c;
/* Tailwind (arbitrary) */
class="text-[#efdf8c] bg-[#efdf8c]"
/* SCSS */
$brand: #efdf8c;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.549)
/* Android */
Color.parseColor("#efdf8c")Accessibility — WCAG contrast
Aa
#efdf8c on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf8c on black: 15.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue54.9%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow41.4%
Key (black)6.3%
Color previews
#efdf8c text on a black background
contrast 15.60:1
Card sample
#efdf8c text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf8c;
Background color
Panel with #efdf8c background
background-color: #efdf8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf8c; background: linear-gradient(135deg, #efdf8c, #BDEF8C);