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