#af3207
a dark, electric orange · warm · closest name: firebrick
RGB
175, 50, 7
HSL
15°, 92%, 36%
CMYK
0, 71, 96, 31
Luminance
0.1141
Every format
| HEX | #af3207 |
| RGB | rgb(175, 50, 7) |
| HSL | hsl(15, 92%, 36%) |
| CMYK | cmyk(0%, 71%, 96%, 31%) |
| LAB | lab(40.3 49.1 50.0) |
| LCH | lch(40.3 70.1 45.5) |
| OKLCH | oklch(0.504 0.168 36.1) |
Copy-ready code
/* CSS */
color: #af3207;
background-color: #af3207;
/* Tailwind (arbitrary) */
class="text-[#af3207] bg-[#af3207]"
/* SCSS */
$brand: #af3207;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.027)
/* Android */
Color.parseColor("#af3207")Accessibility — WCAG contrast
Aa
#af3207 on white: 6.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3207 on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow96.0%
Key (black)31.4%
Color previews
#af3207 text on a black background
contrast 3.28:1
Card sample
#af3207 text on a white background
contrast 6.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3207;
Background color
Panel with #af3207 background
background-color: #af3207;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3207;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3207; background: linear-gradient(135deg, #af3207, #AFA207);