#af6509
a dark, electric orange · warm · closest name: chocolate
RGB
175, 101, 9
HSL
33°, 90%, 36%
CMYK
0, 42, 95, 31
Luminance
0.1844
Every format
| HEX | #af6509 |
| RGB | rgb(175, 101, 9) |
| HSL | hsl(33, 90%, 36%) |
| CMYK | cmyk(0%, 42%, 95%, 31%) |
| LAB | lab(50.0 24.2 56.0) |
| LCH | lch(50.0 61.0 66.6) |
| OKLCH | oklch(0.578 0.130 62.1) |
Copy-ready code
/* CSS */
color: #af6509;
background-color: #af6509;
/* Tailwind (arbitrary) */
class="text-[#af6509] bg-[#af6509]"
/* SCSS */
$brand: #af6509;
/* SwiftUI */
Color(red: 0.686, green: 0.396, blue: 0.035)
/* Android */
Color.parseColor("#af6509")Accessibility — WCAG contrast
Aa
#af6509 on white: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#af6509 on black: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green39.6%
Blue3.5%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow94.9%
Key (black)31.4%
Color previews
#af6509 text on a black background
contrast 4.69:1
Card sample
#af6509 text on a white background
contrast 4.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af6509;
Background color
Panel with #af6509 background
background-color: #af6509;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af6509;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 101, 9, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 101, 9, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af6509; background: linear-gradient(135deg, #af6509, #8AAF09);