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