#af7809
a dark, electric yellow · warm · closest name: peru
RGB
175, 120, 9
HSL
40°, 90%, 36%
CMYK
0, 31, 95, 31
Luminance
0.2257
Every format
| HEX | #af7809 |
| RGB | rgb(175, 120, 9) |
| HSL | hsl(40, 90%, 36%) |
| CMYK | cmyk(0%, 31%, 95%, 31%) |
| LAB | lab(54.6 13.6 59.2) |
| LCH | lch(54.6 60.8 77.1) |
| OKLCH | oklch(0.614 0.127 76.2) |
Copy-ready code
/* CSS */
color: #af7809;
background-color: #af7809;
/* Tailwind (arbitrary) */
class="text-[#af7809] bg-[#af7809]"
/* SCSS */
$brand: #af7809;
/* SwiftUI */
Color(red: 0.686, green: 0.471, blue: 0.035)
/* Android */
Color.parseColor("#af7809")Accessibility — WCAG contrast
Aa
#af7809 on white: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af7809 on black: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green47.1%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow94.9%
Key (black)31.4%
Color previews
#af7809 text on a black background
contrast 5.51:1
Card sample
#af7809 text on a white background
contrast 3.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af7809;
Background color
Panel with #af7809 background
background-color: #af7809;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af7809;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 120, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 120, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af7809; background: linear-gradient(135deg, #af7809, #77AF09);