#efdf73
a light, electric yellow · cool · closest name: khaki
RGB
239, 223, 115
HSL
52°, 80%, 69%
CMYK
0, 7, 52, 6
Luminance
0.7236
Every format
| HEX | #efdf73 |
| RGB | rgb(239, 223, 115) |
| HSL | hsl(52, 80%, 69%) |
| CMYK | cmyk(0%, 7%, 52%, 6%) |
| LAB | lab(88.1 -8.2 54.3) |
| LCH | lch(88.1 54.9 98.6) |
| OKLCH | oklch(0.895 0.130 101.0) |
Copy-ready code
/* CSS */
color: #efdf73;
background-color: #efdf73;
/* Tailwind (arbitrary) */
class="text-[#efdf73] bg-[#efdf73]"
/* SCSS */
$brand: #efdf73;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.451)
/* Android */
Color.parseColor("#efdf73")Accessibility — WCAG contrast
Aa
#efdf73 on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf73 on black: 15.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue45.1%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow51.9%
Key (black)6.3%
Color previews
#efdf73 text on a black background
contrast 15.47:1
Card sample
#efdf73 text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf73;
Background color
Panel with #efdf73 background
background-color: #efdf73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf73; background: linear-gradient(135deg, #efdf73, #ACEF73);