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