#af321e
a dark, vivid red · warm · closest name: firebrick
RGB
175, 50, 30
HSL
8°, 71%, 40%
CMYK
0, 71, 83, 31
Luminance
0.1149
Every format
| HEX | #af321e |
| RGB | rgb(175, 50, 30) |
| HSL | hsl(8, 71%, 40%) |
| CMYK | cmyk(0%, 71%, 83%, 31%) |
| LAB | lab(40.4 49.5 40.8) |
| LCH | lch(40.4 64.2 39.5) |
| OKLCH | oklch(0.505 0.165 31.8) |
Copy-ready code
/* CSS */
color: #af321e;
background-color: #af321e;
/* Tailwind (arbitrary) */
class="text-[#af321e] bg-[#af321e]"
/* SCSS */
$brand: #af321e;
/* SwiftUI */
Color(red: 0.686, green: 0.196, blue: 0.118)
/* Android */
Color.parseColor("#af321e")Accessibility — WCAG contrast
Aa
#af321e on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af321e on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.6%
Blue11.8%
CMYK percentages
Cyan0.0%
Magenta71.4%
Yellow82.9%
Key (black)31.4%
Color previews
#af321e text on a black background
contrast 3.30:1
Card sample
#af321e text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af321e;
Background color
Panel with #af321e background
background-color: #af321e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af321e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 50, 30, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 50, 30, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af321e; background: linear-gradient(135deg, #af321e, #AF931E);