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