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