#af9922
a dark, vivid yellow · cool · closest name: olive
RGB
175, 153, 34
HSL
51°, 68%, 41%
CMYK
0, 13, 81, 31
Luminance
0.3201
Every format
| HEX | #af9922 |
| RGB | rgb(175, 153, 34) |
| HSL | hsl(51, 68%, 41%) |
| CMYK | cmyk(0%, 13%, 81%, 31%) |
| LAB | lab(63.4 -4.0 60.1) |
| LCH | lch(63.4 60.2 93.9) |
| OKLCH | oklch(0.683 0.131 97.9) |
Copy-ready code
/* CSS */
color: #af9922;
background-color: #af9922;
/* Tailwind (arbitrary) */
class="text-[#af9922] bg-[#af9922]"
/* SCSS */
$brand: #af9922;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.133)
/* Android */
Color.parseColor("#af9922")Accessibility — WCAG contrast
Aa
#af9922 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9922 on black: 7.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow80.6%
Key (black)31.4%
Color previews
#af9922 text on a black background
contrast 7.40:1
Card sample
#af9922 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9922;
Background color
Panel with #af9922 background
background-color: #af9922;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9922;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9922; background: linear-gradient(135deg, #af9922, #67AF22);