#af460f
a dark, electric orange · warm · closest name: chocolate
RGB
175, 70, 15
HSL
21°, 84%, 37%
CMYK
0, 60, 91, 31
Luminance
0.1353
Every format
| HEX | #af460f |
| RGB | rgb(175, 70, 15) |
| HSL | hsl(21, 84%, 37%) |
| CMYK | cmyk(0%, 60%, 91%, 31%) |
| LAB | lab(43.5 40.5 49.8) |
| LCH | lch(43.5 64.2 50.9) |
| OKLCH | oklch(0.529 0.150 42.7) |
Copy-ready code
/* CSS */
color: #af460f;
background-color: #af460f;
/* Tailwind (arbitrary) */
class="text-[#af460f] bg-[#af460f]"
/* SCSS */
$brand: #af460f;
/* SwiftUI */
Color(red: 0.686, green: 0.275, blue: 0.059)
/* Android */
Color.parseColor("#af460f")Accessibility — WCAG contrast
Aa
#af460f on white: 5.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af460f on black: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green27.5%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta60.0%
Yellow91.4%
Key (black)31.4%
Color previews
#af460f text on a black background
contrast 3.71:1
Card sample
#af460f text on a white background
contrast 5.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af460f;
Background color
Panel with #af460f background
background-color: #af460f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af460f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 70, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 70, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af460f; background: linear-gradient(135deg, #af460f, #AEAF0F);