#af9e21
a dark, vivid yellow · cool · closest name: olive
RGB
175, 158, 33
HSL
53°, 68%, 41%
CMYK
0, 10, 81, 31
Luminance
0.3368
Every format
| HEX | #af9e21 |
| RGB | rgb(175, 158, 33) |
| HSL | hsl(53, 68%, 41%) |
| CMYK | cmyk(0%, 10%, 81%, 31%) |
| LAB | lab(64.7 -6.8 61.6) |
| LCH | lch(64.7 62.0 96.3) |
| OKLCH | oklch(0.694 0.136 101.0) |
Copy-ready code
/* CSS */
color: #af9e21;
background-color: #af9e21;
/* Tailwind (arbitrary) */
class="text-[#af9e21] bg-[#af9e21]"
/* SCSS */
$brand: #af9e21;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.129)
/* Android */
Color.parseColor("#af9e21")Accessibility — WCAG contrast
Aa
#af9e21 on white: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9e21 on black: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow81.1%
Key (black)31.4%
Color previews
#af9e21 text on a black background
contrast 7.74:1
Card sample
#af9e21 text on a white background
contrast 2.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9e21;
Background color
Panel with #af9e21 background
background-color: #af9e21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9e21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9e21; background: linear-gradient(135deg, #af9e21, #61AF21);