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