#af3213
a dark, electric red · warm · closest name: firebrick
RGB
175, 50, 19
HSL
12°, 80%, 38%
CMYK
0, 71, 89, 31
Luminance
0.1144
Every format
| HEX | #af3213 |
| RGB | rgb(175, 50, 19) |
| HSL | hsl(12, 80%, 38%) |
| CMYK | cmyk(0%, 71%, 89%, 31%) |
| LAB | lab(40.3 49.3 45.9) |
| LCH | lch(40.3 67.3 43.0) |
| OKLCH | oklch(0.504 0.166 34.4) |
Copy-ready code
/* CSS */
color: #af3213;
background-color: #af3213;
/* Tailwind (arbitrary) */
class="text-[#af3213] bg-[#af3213]"
/* SCSS */
$brand: #af3213;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.075)
/* Android */
Color.parseColor("#af3213")Accessibility — WCAG contrast
Aa
#af3213 on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3213 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow89.1%
Key (black)31.4%
Color previews
#af3213 text on a black background
contrast 3.29:1
Card sample
#af3213 text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3213;
Background color
Panel with #af3213 background
background-color: #af3213;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3213;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3213; background: linear-gradient(135deg, #af3213, #AF9A13);