#af9931
a dark, vivid yellow · cool · closest name: olive
RGB
175, 153, 49
HSL
50°, 56%, 44%
CMYK
0, 13, 72, 31
Luminance
0.3212
Every format
| HEX | #af9931 |
| RGB | rgb(175, 153, 49) |
| HSL | hsl(50, 56%, 44%) |
| CMYK | cmyk(0%, 13%, 72%, 31%) |
| LAB | lab(63.4 -3.4 54.8) |
| LCH | lch(63.4 54.9 93.6) |
| OKLCH | oklch(0.684 0.123 96.9) |
Copy-ready code
/* CSS */
color: #af9931;
background-color: #af9931;
/* Tailwind (arbitrary) */
class="text-[#af9931] bg-[#af9931]"
/* SCSS */
$brand: #af9931;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.192)
/* Android */
Color.parseColor("#af9931")Accessibility — WCAG contrast
Aa
#af9931 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9931 on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow72.0%
Key (black)31.4%
Color previews
#af9931 text on a black background
contrast 7.42:1
Card sample
#af9931 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9931;
Background color
Panel with #af9931 background
background-color: #af9931;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9931;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9931; background: linear-gradient(135deg, #af9931, #71AF31);