#af3b13
a dark, electric orange · warm · closest name: firebrick
RGB
175, 59, 19
HSL
15°, 80%, 38%
CMYK
0, 66, 89, 31
Luminance
0.1229
Every format
| HEX | #af3b13 |
| RGB | rgb(175, 59, 19) |
| HSL | hsl(15, 80%, 38%) |
| CMYK | cmyk(0%, 66%, 89%, 31%) |
| LAB | lab(41.7 45.6 47.0) |
| LCH | lch(41.7 65.5 45.8) |
| OKLCH | oklch(0.514 0.159 37.4) |
Copy-ready code
/* CSS */
color: #af3b13;
background-color: #af3b13;
/* Tailwind (arbitrary) */
class="text-[#af3b13] bg-[#af3b13]"
/* SCSS */
$brand: #af3b13;
/* SwiftUI */
Color(red: 0.686, green: 0.231, blue: 0.075)
/* Android */
Color.parseColor("#af3b13")Accessibility — WCAG contrast
Aa
#af3b13 on white: 6.07:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3b13 on black: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green23.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.3%
Yellow89.1%
Key (black)31.4%
Color previews
#af3b13 text on a black background
contrast 3.46:1
Card sample
#af3b13 text on a white background
contrast 6.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3b13;
Background color
Panel with #af3b13 background
background-color: #af3b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 59, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 59, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3b13; background: linear-gradient(135deg, #af3b13, #AFA313);