#af8e13
a dark, electric yellow · cool · closest name: olive
RGB
175, 142, 19
HSL
47°, 80%, 38%
CMYK
0, 19, 89, 31
Luminance
0.2851
Every format
| HEX | #af8e13 |
| RGB | rgb(175, 142, 19) |
| HSL | hsl(47, 80%, 38%) |
| CMYK | cmyk(0%, 19%, 89%, 31%) |
| LAB | lab(60.4 1.5 61.6) |
| LCH | lch(60.4 61.6 88.6) |
| OKLCH | oklch(0.659 0.130 91.6) |
Copy-ready code
/* CSS */
color: #af8e13;
background-color: #af8e13;
/* Tailwind (arbitrary) */
class="text-[#af8e13] bg-[#af8e13]"
/* SCSS */
$brand: #af8e13;
/* SwiftUI */
Color(red: 0.686, green: 0.557, blue: 0.075)
/* Android */
Color.parseColor("#af8e13")Accessibility — WCAG contrast
Aa
#af8e13 on white: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8e13 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green55.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta18.9%
Yellow89.1%
Key (black)31.4%
Color previews
#af8e13 text on a black background
contrast 6.70:1
Card sample
#af8e13 text on a white background
contrast 3.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8e13;
Background color
Panel with #af8e13 background
background-color: #af8e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 142, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 142, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8e13; background: linear-gradient(135deg, #af8e13, #68AF13);