#ae9727
a dark, vivid yellow · cool · closest name: olive
RGB
174, 151, 39
HSL
50°, 63%, 42%
CMYK
0, 13, 78, 32
Luminance
0.3128
Every format
| HEX | #ae9727 |
| RGB | rgb(174, 151, 39) |
| HSL | hsl(50, 63%, 42%) |
| CMYK | cmyk(0%, 13%, 78%, 32%) |
| LAB | lab(62.7 -3.2 57.9) |
| LCH | lch(62.7 58.0 93.2) |
| OKLCH | oklch(0.678 0.127 96.9) |
Copy-ready code
/* CSS */
color: #ae9727;
background-color: #ae9727;
/* Tailwind (arbitrary) */
class="text-[#ae9727] bg-[#ae9727]"
/* SCSS */
$brand: #ae9727;
/* SwiftUI */
Color(red: 0.682, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#ae9727")Accessibility — WCAG contrast
Aa
#ae9727 on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ae9727 on black: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.2%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta13.2%
Yellow77.6%
Key (black)31.8%
Color previews
#ae9727 text on a black background
contrast 7.26:1
Card sample
#ae9727 text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ae9727;
Background color
Panel with #ae9727 background
background-color: #ae9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ae9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(174, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(174, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ae9727; background: linear-gradient(135deg, #ae9727, #6BAE27);