#efdf6c
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 108
HSL
53°, 80%, 68%
CMYK
0, 7, 55, 6
Luminance
0.7221
Every format
| HEX | #efdf6c |
| RGB | rgb(239, 223, 108) |
| HSL | hsl(53, 80%, 68%) |
| CMYK | cmyk(0%, 7%, 55%, 6%) |
| LAB | lab(88.1 -8.8 57.4) |
| LCH | lch(88.1 58.1 98.7) |
| OKLCH | oklch(0.894 0.137 101.5) |
Copy-ready code
/* CSS */
color: #efdf6c;
background-color: #efdf6c;
/* Tailwind (arbitrary) */
class="text-[#efdf6c] bg-[#efdf6c]"
/* SCSS */
$brand: #efdf6c;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.424)
/* Android */
Color.parseColor("#efdf6c")Accessibility — WCAG contrast
Aa
#efdf6c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf6c on black: 15.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow54.8%
Key (black)6.3%
Color previews
#efdf6c text on a black background
contrast 15.44:1
Card sample
#efdf6c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf6c;
Background color
Panel with #efdf6c background
background-color: #efdf6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf6c; background: linear-gradient(135deg, #efdf6c, #A7EF6C);