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