#af9e13
a dark, electric yellow · cool · closest name: olive
RGB
175, 158, 19
HSL
54°, 80%, 38%
CMYK
0, 10, 89, 31
Luminance
0.3361
Every format
| HEX | #af9e13 |
| RGB | rgb(175, 158, 19) |
| HSL | hsl(54, 80%, 38%) |
| CMYK | cmyk(0%, 10%, 89%, 31%) |
| LAB | lab(64.7 -7.1 65.0) |
| LCH | lch(64.7 65.4 96.3) |
| OKLCH | oklch(0.693 0.141 101.4) |
Copy-ready code
/* CSS */
color: #af9e13;
background-color: #af9e13;
/* Tailwind (arbitrary) */
class="text-[#af9e13] bg-[#af9e13]"
/* SCSS */
$brand: #af9e13;
/* SwiftUI */
Color(red: 0.686, green: 0.620, blue: 0.075)
/* Android */
Color.parseColor("#af9e13")Accessibility — WCAG contrast
Aa
#af9e13 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#af9e13 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green62.0%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta9.7%
Yellow89.1%
Key (black)31.4%
Color previews
#af9e13 text on a black background
contrast 7.72:1
Card sample
#af9e13 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9e13;
Background color
Panel with #af9e13 background
background-color: #af9e13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9e13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 158, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 158, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9e13; background: linear-gradient(135deg, #af9e13, #58AF13);