#ae8f13
a dark, electric yellow · cool · closest name: olive
RGB
174, 143, 19
HSL
48°, 80%, 38%
CMYK
0, 18, 89, 32
Luminance
0.2869
Every format
| HEX | #ae8f13 |
| RGB | rgb(174, 143, 19) |
| HSL | hsl(48, 80%, 38%) |
| CMYK | cmyk(0%, 18%, 89%, 32%) |
| LAB | lab(60.5 0.5 61.7) |
| LCH | lch(60.5 61.7 89.5) |
| OKLCH | oklch(0.660 0.131 92.8) |
Copy-ready code
/* CSS */
color: #ae8f13;
background-color: #ae8f13;
/* Tailwind (arbitrary) */
class="text-[#ae8f13] bg-[#ae8f13]"
/* SCSS */
$brand: #ae8f13;
/* SwiftUI */
Color(red: 0.682, green: 0.561, blue: 0.075)
/* Android */
Color.parseColor("#ae8f13")Accessibility — WCAG contrast
Aa
#ae8f13 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8f13 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow89.1%
Key (black)31.8%
Color previews
#ae8f13 text on a black background
contrast 6.74:1
Card sample
#ae8f13 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8f13;
Background color
Panel with #ae8f13 background
background-color: #ae8f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 143, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 143, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8f13; background: linear-gradient(135deg, #ae8f13, #66AE13);