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