#af9d21
a dark, vivid yellow · cool · closest name: olive
RGB
175, 157, 33
HSL
52°, 68%, 41%
CMYK
0, 10, 81, 31
Luminance
0.3334
Every format
| HEX | #af9d21 |
| RGB | rgb(175, 157, 33) |
| HSL | hsl(52, 68%, 41%) |
| CMYK | cmyk(0%, 10%, 81%, 31%) |
| LAB | lab(64.4 -6.2 61.4) |
| LCH | lch(64.4 61.7 95.8) |
| OKLCH | oklch(0.691 0.135 100.4) |
Copy-ready code
/* CSS */
color: #af9d21;
background-color: #af9d21;
/* Tailwind (arbitrary) */
class="text-[#af9d21] bg-[#af9d21]"
/* SCSS */
$brand: #af9d21;
/* SwiftUI */
Color(red: 0.686, green: 0.616, blue: 0.129)
/* Android */
Color.parseColor("#af9d21")Accessibility — WCAG contrast
Aa
#af9d21 on white: 2.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9d21 on black: 7.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green61.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta10.3%
Yellow81.1%
Key (black)31.4%
Color previews
#af9d21 text on a black background
contrast 7.67:1
Card sample
#af9d21 text on a white background
contrast 2.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9d21;
Background color
Panel with #af9d21 background
background-color: #af9d21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9d21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 157, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 157, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9d21; background: linear-gradient(135deg, #af9d21, #62AF21);