#af8409
a dark, electric yellow · warm · closest name: peru
RGB
175, 132, 9
HSL
45°, 90%, 36%
CMYK
0, 25, 95, 31
Luminance
0.2564
Every format
| HEX | #af8409 |
| RGB | rgb(175, 132, 9) |
| HSL | hsl(45, 90%, 36%) |
| CMYK | cmyk(0%, 25%, 95%, 31%) |
| LAB | lab(57.7 6.9 61.5) |
| LCH | lch(57.7 61.9 83.6) |
| OKLCH | oklch(0.638 0.129 85.1) |
Copy-ready code
/* CSS */
color: #af8409;
background-color: #af8409;
/* Tailwind (arbitrary) */
class="text-[#af8409] bg-[#af8409]"
/* SCSS */
$brand: #af8409;
/* SwiftUI */
Color(red: 0.686, green: 0.518, blue: 0.035)
/* Android */
Color.parseColor("#af8409")Accessibility — WCAG contrast
Aa
#af8409 on white: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af8409 on black: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green51.8%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta24.6%
Yellow94.9%
Key (black)31.4%
Color previews
#af8409 text on a black background
contrast 6.13:1
Card sample
#af8409 text on a white background
contrast 3.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af8409;
Background color
Panel with #af8409 background
background-color: #af8409;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af8409;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 132, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 132, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af8409; background: linear-gradient(135deg, #af8409, #6BAF09);