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