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