#afac0e
a dark, electric yellow · cool · closest name: olive
RGB
175, 172, 14
HSL
59°, 85%, 37%
CMYK
0, 2, 92, 31
Luminance
0.3865
Every format
| HEX | #afac0e |
| RGB | rgb(175, 172, 14) |
| HSL | hsl(59, 85%, 37%) |
| CMYK | cmyk(0%, 2%, 92%, 31%) |
| LAB | lab(68.5 -14.5 68.9) |
| LCH | lch(68.5 70.4 101.9) |
| OKLCH | oklch(0.724 0.154 108.4) |
Copy-ready code
/* CSS */
color: #afac0e;
background-color: #afac0e;
/* Tailwind (arbitrary) */
class="text-[#afac0e] bg-[#afac0e]"
/* SCSS */
$brand: #afac0e;
/* SwiftUI */
Color(red: 0.686, green: 0.675, blue: 0.055)
/* Android */
Color.parseColor("#afac0e")Accessibility — WCAG contrast
Aa
#afac0e on white: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#afac0e on black: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green67.5%
Blue5.5%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow92.0%
Key (black)31.4%
Color previews
#afac0e text on a black background
contrast 8.73:1
Card sample
#afac0e text on a white background
contrast 2.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #afac0e;
Background color
Panel with #afac0e background
background-color: #afac0e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #afac0e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 172, 14, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 172, 14, 0.45);
Border & gradient
Gradient panel
border: 3px solid #afac0e; background: linear-gradient(135deg, #afac0e, #47AF0E);