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