#ae9b39
a balanced, vivid yellow · cool · closest name: olive
RGB
174, 155, 57
HSL
50°, 51%, 45%
CMYK
0, 11, 67, 32
Luminance
0.3274
Every format
| HEX | #ae9b39 |
| RGB | rgb(174, 155, 57) |
| HSL | hsl(50, 51%, 45%) |
| CMYK | cmyk(0%, 11%, 67%, 32%) |
| LAB | lab(64.0 -4.5 52.0) |
| LCH | lch(64.0 52.2 94.9) |
| OKLCH | oklch(0.688 0.118 98.2) |
Copy-ready code
/* CSS */
color: #ae9b39;
background-color: #ae9b39;
/* Tailwind (arbitrary) */
class="text-[#ae9b39] bg-[#ae9b39]"
/* SCSS */
$brand: #ae9b39;
/* SwiftUI */
Color(red: 0.682, green: 0.608, blue: 0.224)
/* Android */
Color.parseColor("#ae9b39")Accessibility — WCAG contrast
Aa
#ae9b39 on white: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9b39 on black: 7.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green60.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta10.9%
Yellow67.2%
Key (black)31.8%
Color previews
#ae9b39 text on a black background
contrast 7.55:1
Card sample
#ae9b39 text on a white background
contrast 2.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9b39;
Background color
Panel with #ae9b39 background
background-color: #ae9b39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9b39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 155, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 155, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9b39; background: linear-gradient(135deg, #ae9b39, #73AE39);