#efdf13
a balanced, electric yellow · cool · closest name: gold
RGB
239, 223, 19
HSL
56°, 87%, 51%
CMYK
0, 7, 92, 6
Luminance
0.7117
Every format
| HEX | #efdf13 |
| RGB | rgb(239, 223, 19) |
| HSL | hsl(56, 87%, 51%) |
| CMYK | cmyk(0%, 7%, 92%, 6%) |
| LAB | lab(87.6 -12.6 85.2) |
| LCH | lch(87.6 86.1 98.4) |
| OKLCH | oklch(0.889 0.185 104.2) |
Copy-ready code
/* CSS */
color: #efdf13;
background-color: #efdf13;
/* Tailwind (arbitrary) */
class="text-[#efdf13] bg-[#efdf13]"
/* SCSS */
$brand: #efdf13;
/* SwiftUI */
Color(red: 0.937, green: 0.875, blue: 0.075)
/* Android */
Color.parseColor("#efdf13")Accessibility — WCAG contrast
Aa
#efdf13 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efdf13 on black: 15.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green87.5%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta6.7%
Yellow92.1%
Key (black)6.3%
Color previews
#efdf13 text on a black background
contrast 15.23:1
Card sample
#efdf13 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efdf13;
Background color
Panel with #efdf13 background
background-color: #efdf13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efdf13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 223, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 223, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efdf13; background: linear-gradient(135deg, #efdf13, #6DEF13);