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