#ae8f2f
a dark, vivid yellow · cool · closest name: olive
RGB
174, 143, 47
HSL
45°, 58%, 43%
CMYK
0, 18, 73, 32
Luminance
0.2885
Every format
| HEX | #ae8f2f |
| RGB | rgb(174, 143, 47) |
| HSL | hsl(45, 58%, 43%) |
| CMYK | cmyk(0%, 18%, 73%, 32%) |
| LAB | lab(60.6 1.5 52.8) |
| LCH | lch(60.6 52.9 88.4) |
| OKLCH | oklch(0.661 0.117 90.5) |
Copy-ready code
/* CSS */
color: #ae8f2f;
background-color: #ae8f2f;
/* Tailwind (arbitrary) */
class="text-[#ae8f2f] bg-[#ae8f2f]"
/* SCSS */
$brand: #ae8f2f;
/* SwiftUI */
Color(red: 0.682, green: 0.561, blue: 0.184)
/* Android */
Color.parseColor("#ae8f2f")Accessibility — WCAG contrast
Aa
#ae8f2f on white: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ae8f2f on black: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green56.1%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta17.8%
Yellow73.0%
Key (black)31.8%
Color previews
#ae8f2f text on a black background
contrast 6.77:1
Card sample
#ae8f2f text on a white background
contrast 3.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae8f2f;
Background color
Panel with #ae8f2f background
background-color: #ae8f2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae8f2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 143, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 143, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae8f2f; background: linear-gradient(135deg, #ae8f2f, #78AE2F);