#ae9213
a dark, electric yellow · cool · closest name: olive
RGB
174, 146, 19
HSL
49°, 80%, 38%
CMYK
0, 16, 89, 32
Luminance
0.2960
Every format
| HEX | #ae9213 |
| RGB | rgb(174, 146, 19) |
| HSL | hsl(49, 80%, 38%) |
| CMYK | cmyk(0%, 16%, 89%, 32%) |
| LAB | lab(61.3 -1.1 62.3) |
| LCH | lch(61.3 62.4 91.0) |
| OKLCH | oklch(0.666 0.133 94.7) |
Copy-ready code
/* CSS */
color: #ae9213;
background-color: #ae9213;
/* Tailwind (arbitrary) */
class="text-[#ae9213] bg-[#ae9213]"
/* SCSS */
$brand: #ae9213;
/* SwiftUI */
Color(red: 0.682, green: 0.573, blue: 0.075)
/* Android */
Color.parseColor("#ae9213")Accessibility — WCAG contrast
Aa
#ae9213 on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae9213 on black: 6.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green57.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta16.1%
Yellow89.1%
Key (black)31.8%
Color previews
#ae9213 text on a black background
contrast 6.92:1
Card sample
#ae9213 text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9213;
Background color
Panel with #ae9213 background
background-color: #ae9213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 146, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 146, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9213; background: linear-gradient(135deg, #ae9213, #62AE13);