#af9331
a dark, vivid yellow · cool · closest name: olive
RGB
175, 147, 49
HSL
47°, 56%, 44%
CMYK
0, 16, 72, 31
Luminance
0.3020
Every format
| HEX | #af9331 |
| RGB | rgb(175, 147, 49) |
| HSL | hsl(47, 56%, 44%) |
| CMYK | cmyk(0%, 16%, 72%, 31%) |
| LAB | lab(61.8 -0.2 53.2) |
| LCH | lch(61.8 53.2 90.2) |
| OKLCH | oklch(0.671 0.119 92.7) |
Copy-ready code
/* CSS */
color: #af9331;
background-color: #af9331;
/* Tailwind (arbitrary) */
class="text-[#af9331] bg-[#af9331]"
/* SCSS */
$brand: #af9331;
/* SwiftUI */
Color(red: 0.686, green: 0.576, blue: 0.192)
/* Android */
Color.parseColor("#af9331")Accessibility — WCAG contrast
Aa
#af9331 on white: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9331 on black: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.6%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta16.0%
Yellow72.0%
Key (black)31.4%
Color previews
#af9331 text on a black background
contrast 7.04:1
Card sample
#af9331 text on a white background
contrast 2.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9331;
Background color
Panel with #af9331 background
background-color: #af9331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 147, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 147, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9331; background: linear-gradient(135deg, #af9331, #77AF31);