#af4002
a dark, electric orange · warm · closest name: chocolate
RGB
175, 64, 2
HSL
22°, 98%, 35%
CMYK
0, 63, 99, 31
Luminance
0.1279
Every format
| HEX | #af4002 |
| RGB | rgb(175, 64, 2) |
| HSL | hsl(22, 98%, 35%) |
| CMYK | cmyk(0%, 63%, 99%, 31%) |
| LAB | lab(42.4 43.1 52.8) |
| LCH | lch(42.4 68.2 50.8) |
| OKLCH | oklch(0.520 0.157 41.8) |
Copy-ready code
/* CSS */
color: #af4002;
background-color: #af4002;
/* Tailwind (arbitrary) */
class="text-[#af4002] bg-[#af4002]"
/* SCSS */
$brand: #af4002;
/* SwiftUI */
Color(red: 0.686, green: 0.251, blue: 0.008)
/* Android */
Color.parseColor("#af4002")Accessibility — WCAG contrast
Aa
#af4002 on white: 5.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af4002 on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green25.1%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow98.9%
Key (black)31.4%
Color previews
#af4002 text on a black background
contrast 3.56:1
Card sample
#af4002 text on a white background
contrast 5.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af4002;
Background color
Panel with #af4002 background
background-color: #af4002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af4002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 64, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 64, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af4002; background: linear-gradient(135deg, #af4002, #ABAF02);