#afb206
a dark, electric yellow · cool · closest name: olive
RGB
175, 178, 6
HSL
61°, 94%, 36%
CMYK
2, 0, 97, 30
Luminance
0.4097
Every format
| HEX | #afb206 |
| RGB | rgb(175, 178, 6) |
| HSL | hsl(61, 94%, 36%) |
| CMYK | cmyk(2%, 0%, 97%, 30%) |
| LAB | lab(70.2 -17.7 71.2) |
| LCH | lch(70.2 73.3 104.0) |
| OKLCH | oklch(0.737 0.161 111.0) |
Copy-ready code
/* CSS */
color: #afb206;
background-color: #afb206;
/* Tailwind (arbitrary) */
class="text-[#afb206] bg-[#afb206]"
/* SCSS */
$brand: #afb206;
/* SwiftUI */
Color(red: 0.686, green: 0.698, blue: 0.024)
/* Android */
Color.parseColor("#afb206")Accessibility — WCAG contrast
Aa
#afb206 on white: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb206 on black: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green69.8%
Blue2.4%
CMYK percentages
Cyan1.7%
Magenta0.0%
Yellow96.6%
Key (black)30.2%
Color previews
#afb206 text on a black background
contrast 9.19:1
Card sample
#afb206 text on a white background
contrast 2.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb206;
Background color
Panel with #afb206 background
background-color: #afb206;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb206;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 178, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 178, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb206; background: linear-gradient(135deg, #afb206, #3CB206);