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