#efae21
a balanced, electric yellow · warm · closest name: orange
RGB
239, 174, 33
HSL
41°, 87%, 53%
CMYK
0, 27, 86, 6
Luminance
0.4873
Every format
| HEX | #efae21 |
| RGB | rgb(239, 174, 33) |
| HSL | hsl(41, 87%, 53%) |
| CMYK | cmyk(0%, 27%, 86%, 6%) |
| LAB | lab(75.3 12.8 73.1) |
| LCH | lch(75.3 74.2 80.0) |
| OKLCH | oklch(0.792 0.157 80.1) |
Copy-ready code
/* CSS */
color: #efae21;
background-color: #efae21;
/* Tailwind (arbitrary) */
class="text-[#efae21] bg-[#efae21]"
/* SCSS */
$brand: #efae21;
/* SwiftUI */
Color(red: 0.937, green: 0.682, blue: 0.129)
/* Android */
Color.parseColor("#efae21")Accessibility — WCAG contrast
Aa
#efae21 on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efae21 on black: 10.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta27.2%
Yellow86.2%
Key (black)6.3%
Color previews
#efae21 text on a black background
contrast 10.75:1
Card sample
#efae21 text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efae21;
Background color
Panel with #efae21 background
background-color: #efae21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efae21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 174, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 174, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efae21; background: linear-gradient(135deg, #efae21, #A7EF21);