#af9232
a dark, vivid yellow · cool · closest name: olive
RGB
175, 146, 50
HSL
46°, 56%, 44%
CMYK
0, 17, 71, 31
Luminance
0.2990
Every format
| HEX | #af9232 |
| RGB | rgb(175, 146, 50) |
| HSL | hsl(46, 56%, 44%) |
| CMYK | cmyk(0%, 17%, 71%, 31%) |
| LAB | lab(61.6 0.4 52.5) |
| LCH | lch(61.6 52.5 89.5) |
| OKLCH | oklch(0.669 0.117 91.8) |
Copy-ready code
/* CSS */
color: #af9232;
background-color: #af9232;
/* Tailwind (arbitrary) */
class="text-[#af9232] bg-[#af9232]"
/* SCSS */
$brand: #af9232;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.196)
/* Android */
Color.parseColor("#af9232")Accessibility — WCAG contrast
Aa
#af9232 on white: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af9232 on black: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow71.4%
Key (black)31.4%
Color previews
#af9232 text on a black background
contrast 6.98:1
Card sample
#af9232 text on a white background
contrast 3.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9232;
Background color
Panel with #af9232 background
background-color: #af9232;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9232;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9232; background: linear-gradient(135deg, #af9232, #79AF32);