#af4606
a dark, electric orange · warm · closest name: chocolate
RGB
175, 70, 6
HSL
23°, 93%, 36%
CMYK
0, 60, 97, 31
Luminance
0.1351
Every format
| HEX | #af4606 |
| RGB | rgb(175, 70, 6) |
| HSL | hsl(23, 93%, 36%) |
| CMYK | cmyk(0%, 60%, 97%, 31%) |
| LAB | lab(43.5 40.4 52.3) |
| LCH | lch(43.5 66.1 52.4) |
| OKLCH | oklch(0.528 0.151 43.9) |
Copy-ready code
/* CSS */
color: #af4606;
background-color: #af4606;
/* Tailwind (arbitrary) */
class="text-[#af4606] bg-[#af4606]"
/* SCSS */
$brand: #af4606;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.024)
/* Android */
Color.parseColor("#af4606")Accessibility — WCAG contrast
Aa
#af4606 on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4606 on black: 3.70:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow96.6%
Key (black)31.4%
Color previews
#af4606 text on a black background
contrast 3.70:1
Card sample
#af4606 text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4606;
Background color
Panel with #af4606 background
background-color: #af4606;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4606;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4606; background: linear-gradient(135deg, #af4606, #A7AF06);