#efdf49
a balanced, electric yellow · cool · closest name: gold
RGB
239, 223, 73
HSL
54°, 84%, 61%
CMYK
0, 7, 70, 6
Luminance
0.7161
Every format
| HEX | #efdf49 |
| RGB | rgb(239, 223, 73) |
| HSL | hsl(54, 84%, 61%) |
| CMYK | cmyk(0%, 7%, 70%, 6%) |
| LAB | lab(87.8 -10.9 71.7) |
| LCH | lch(87.8 72.5 98.7) |
| OKLCH | oklch(0.891 0.164 103.1) |
Copy-ready code
/* CSS */
color: #efdf49;
background-color: #efdf49;
/* Tailwind (arbitrary) */
class="text-[#efdf49] bg-[#efdf49]"
/* SCSS */
$brand: #efdf49;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.286)
/* Android */
Color.parseColor("#efdf49")Accessibility — WCAG contrast
Aa
#efdf49 on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf49 on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow69.5%
Key (black)6.3%
Color previews
#efdf49 text on a black background
contrast 15.32:1
Card sample
#efdf49 text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf49;
Background color
Panel with #efdf49 background
background-color: #efdf49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf49; background: linear-gradient(135deg, #efdf49, #90EF49);