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