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