#af9019
a dark, electric yellow · cool · closest name: olive
RGB
175, 144, 25
HSL
48°, 75%, 39%
CMYK
0, 18, 86, 31
Luminance
0.2913
Every format
| HEX | #af9019 |
| RGB | rgb(175, 144, 25) |
| HSL | hsl(48, 75%, 39%) |
| CMYK | cmyk(0%, 18%, 86%, 31%) |
| LAB | lab(60.9 0.6 60.6) |
| LCH | lch(60.9 60.6 89.5) |
| OKLCH | oklch(0.663 0.129 92.6) |
Copy-ready code
/* CSS */
color: #af9019;
background-color: #af9019;
/* Tailwind (arbitrary) */
class="text-[#af9019] bg-[#af9019]"
/* SCSS */
$brand: #af9019;
/* SwiftUI */
Color(red: 0.686, green: 0.565, blue: 0.098)
/* Android */
Color.parseColor("#af9019")Accessibility — WCAG contrast
Aa
#af9019 on white: 3.08:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af9019 on black: 6.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green56.5%
Blue9.8%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow85.7%
Key (black)31.4%
Color previews
#af9019 text on a black background
contrast 6.83:1
Card sample
#af9019 text on a white background
contrast 3.08:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af9019;
Background color
Panel with #af9019 background
background-color: #af9019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af9019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 144, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 144, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af9019; background: linear-gradient(135deg, #af9019, #6AAF19);