#afad31
a dark, vivid yellow · cool · closest name: olive
RGB
175, 173, 49
HSL
59°, 56%, 44%
CMYK
0, 1, 72, 31
Luminance
0.3922
Every format
| HEX | #afad31 |
| RGB | rgb(175, 173, 49) |
| HSL | hsl(59, 56%, 44%) |
| CMYK | cmyk(0%, 1%, 72%, 31%) |
| LAB | lab(68.9 -13.9 60.2) |
| LCH | lch(68.9 61.8 103.1) |
| OKLCH | oklch(0.727 0.140 108.5) |
Copy-ready code
/* CSS */
color: #afad31;
background-color: #afad31;
/* Tailwind (arbitrary) */
class="text-[#afad31] bg-[#afad31]"
/* SCSS */
$brand: #afad31;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.192)
/* Android */
Color.parseColor("#afad31")Accessibility — WCAG contrast
Aa
#afad31 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad31 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue19.2%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow72.0%
Key (black)31.4%
Color previews
#afad31 text on a black background
contrast 8.84:1
Card sample
#afad31 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad31;
Background color
Panel with #afad31 background
background-color: #afad31;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad31;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad31; background: linear-gradient(135deg, #afad31, #5DAF31);