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