#af9913
a dark, electric yellow · cool · closest name: olive
RGB
175, 153, 19
HSL
52°, 80%, 38%
CMYK
0, 13, 89, 31
Luminance
0.3194
Every format
| HEX | #af9913 |
| RGB | rgb(175, 153, 19) |
| HSL | hsl(52, 80%, 38%) |
| CMYK | cmyk(0%, 13%, 89%, 31%) |
| LAB | lab(63.3 -4.5 64.0) |
| LCH | lch(63.3 64.1 94.0) |
| OKLCH | oklch(0.682 0.137 98.5) |
Copy-ready code
/* CSS */
color: #af9913;
background-color: #af9913;
/* Tailwind (arbitrary) */
class="text-[#af9913] bg-[#af9913]"
/* SCSS */
$brand: #af9913;
/* SwiftUI */
Color(red: 0.686, green: 0.600, blue: 0.075)
/* Android */
Color.parseColor("#af9913")Accessibility — WCAG contrast
Aa
#af9913 on white: 2.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9913 on black: 7.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green60.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta12.6%
Yellow89.1%
Key (black)31.4%
Color previews
#af9913 text on a black background
contrast 7.39:1
Card sample
#af9913 text on a white background
contrast 2.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9913;
Background color
Panel with #af9913 background
background-color: #af9913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 153, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 153, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9913; background: linear-gradient(135deg, #af9913, #5DAF13);