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