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