#af921d
a dark, vivid yellow · cool · closest name: olive
RGB
175, 146, 29
HSL
48°, 72%, 40%
CMYK
0, 17, 83, 31
Luminance
0.2976
Every format
| HEX | #af921d |
| RGB | rgb(175, 146, 29) |
| HSL | hsl(48, 72%, 40%) |
| CMYK | cmyk(0%, 17%, 83%, 31%) |
| LAB | lab(61.5 -0.4 60.0) |
| LCH | lch(61.5 60.0 90.4) |
| OKLCH | oklch(0.668 0.129 93.7) |
Copy-ready code
/* CSS */
color: #af921d;
background-color: #af921d;
/* Tailwind (arbitrary) */
class="text-[#af921d] bg-[#af921d]"
/* SCSS */
$brand: #af921d;
/* SwiftUI */
Color(red: 0.686, green: 0.573, blue: 0.114)
/* Android */
Color.parseColor("#af921d")Accessibility — WCAG contrast
Aa
#af921d on white: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af921d on black: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green57.3%
Blue11.4%
CMYK percentages
Cyan0.0%
Magenta16.6%
Yellow83.4%
Key (black)31.4%
Color previews
#af921d text on a black background
contrast 6.95:1
Card sample
#af921d text on a white background
contrast 3.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af921d;
Background color
Panel with #af921d background
background-color: #af921d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af921d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 146, 29, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 146, 29, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af921d; background: linear-gradient(135deg, #af921d, #6BAF1D);