#afb809
a dark, electric yellow · cool · closest name: olive
RGB
175, 184, 9
HSL
63°, 91%, 38%
CMYK
5, 0, 95, 28
Luminance
0.4341
Every format
| HEX | #afb809 |
| RGB | rgb(175, 184, 9) |
| HSL | hsl(63, 91%, 38%) |
| CMYK | cmyk(5%, 0%, 95%, 28%) |
| LAB | lab(71.8 -20.7 72.1) |
| LCH | lch(71.8 75.0 106.0) |
| OKLCH | oklch(0.750 0.166 113.3) |
Copy-ready code
/* CSS */
color: #afb809;
background-color: #afb809;
/* Tailwind (arbitrary) */
class="text-[#afb809] bg-[#afb809]"
/* SCSS */
$brand: #afb809;
/* SwiftUI */
Color(red: 0.686, green: 0.722, blue: 0.035)
/* Android */
Color.parseColor("#afb809")Accessibility — WCAG contrast
Aa
#afb809 on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afb809 on black: 9.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green72.2%
Blue3.5%
CMYK percentages
Cyan4.9%
Magenta0.0%
Yellow95.1%
Key (black)27.8%
Color previews
#afb809 text on a black background
contrast 9.68:1
Card sample
#afb809 text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afb809;
Background color
Panel with #afb809 background
background-color: #afb809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afb809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 184, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 184, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afb809; background: linear-gradient(135deg, #afb809, #3AB809);