#af3602
a dark, electric orange · warm · closest name: firebrick
RGB
175, 54, 2
HSL
18°, 98%, 35%
CMYK
0, 69, 99, 31
Luminance
0.1176
Every format
| HEX | #af3602 |
| RGB | rgb(175, 54, 2) |
| HSL | hsl(18, 98%, 35%) |
| CMYK | cmyk(0%, 69%, 99%, 31%) |
| LAB | lab(40.8 47.5 52.0) |
| LCH | lch(40.8 70.4 47.6) |
| OKLCH | oklch(0.508 0.165 38.0) |
Copy-ready code
/* CSS */
color: #af3602;
background-color: #af3602;
/* Tailwind (arbitrary) */
class="text-[#af3602] bg-[#af3602]"
/* SCSS */
$brand: #af3602;
/* SwiftUI */
Color(red: 0.686, green: 0.212, blue: 0.008)
/* Android */
Color.parseColor("#af3602")Accessibility — WCAG contrast
Aa
#af3602 on white: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3602 on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green21.2%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta69.1%
Yellow98.9%
Key (black)31.4%
Color previews
#af3602 text on a black background
contrast 3.35:1
Card sample
#af3602 text on a white background
contrast 6.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3602;
Background color
Panel with #af3602 background
background-color: #af3602;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3602;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 54, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 54, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3602; background: linear-gradient(135deg, #af3602, #AFA902);