#af5010
a dark, electric orange · warm · closest name: chocolate
RGB
175, 80, 16
HSL
24°, 83%, 38%
CMYK
0, 54, 91, 31
Luminance
0.1489
Every format
| HEX | #af5010 |
| RGB | rgb(175, 80, 16) |
| HSL | hsl(24, 83%, 38%) |
| CMYK | cmyk(0%, 54%, 91%, 31%) |
| LAB | lab(45.5 35.5 50.9) |
| LCH | lch(45.5 62.1 55.1) |
| OKLCH | oklch(0.543 0.142 47.7) |
Copy-ready code
/* CSS */
color: #af5010;
background-color: #af5010;
/* Tailwind (arbitrary) */
class="text-[#af5010] bg-[#af5010]"
/* SCSS */
$brand: #af5010;
/* SwiftUI */
Color(red: 0.686, green: 0.314, blue: 0.063)
/* Android */
Color.parseColor("#af5010")Accessibility — WCAG contrast
Aa
#af5010 on white: 5.28:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af5010 on black: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green31.4%
Blue6.3%
CMYK percentages
Cyan0.0%
Magenta54.3%
Yellow90.9%
Key (black)31.4%
Color previews
#af5010 text on a black background
contrast 3.98:1
Card sample
#af5010 text on a white background
contrast 5.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af5010;
Background color
Panel with #af5010 background
background-color: #af5010;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af5010;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 80, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 80, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af5010; background: linear-gradient(135deg, #af5010, #A4AF10);