#afad10
a dark, electric yellow · cool · closest name: olive
RGB
175, 173, 16
HSL
59°, 83%, 38%
CMYK
0, 1, 91, 31
Luminance
0.3904
Every format
| HEX | #afad10 |
| RGB | rgb(175, 173, 16) |
| HSL | hsl(59, 83%, 38%) |
| CMYK | cmyk(0%, 1%, 91%, 31%) |
| LAB | lab(68.8 -15.0 68.8) |
| LCH | lch(68.8 70.4 102.3) |
| OKLCH | oklch(0.726 0.154 108.9) |
Copy-ready code
/* CSS */
color: #afad10;
background-color: #afad10;
/* Tailwind (arbitrary) */
class="text-[#afad10] bg-[#afad10]"
/* SCSS */
$brand: #afad10;
/* SwiftUI */
Color(red: 0.686, green: 0.678, blue: 0.063)
/* Android */
Color.parseColor("#afad10")Accessibility — WCAG contrast
Aa
#afad10 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afad10 on black: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.8%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta1.1%
Yellow90.9%
Key (black)31.4%
Color previews
#afad10 text on a black background
contrast 8.81:1
Card sample
#afad10 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afad10;
Background color
Panel with #afad10 background
background-color: #afad10;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afad10;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 173, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 173, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afad10; background: linear-gradient(135deg, #afad10, #47AF10);