#af3129
a dark, vivid red · warm · closest name: firebrick
RGB
175, 49, 41
HSL
4°, 62%, 42%
CMYK
0, 72, 77, 31
Luminance
0.1147
Every format
| HEX | #af3129 |
| RGB | rgb(175, 49, 41) |
| HSL | hsl(4, 62%, 42%) |
| CMYK | cmyk(0%, 72%, 77%, 31%) |
| LAB | lab(40.4 50.3 34.8) |
| LCH | lch(40.4 61.2 34.7) |
| OKLCH | oklch(0.505 0.164 28.1) |
Copy-ready code
/* CSS */
color: #af3129;
background-color: #af3129;
/* Tailwind (arbitrary) */
class="text-[#af3129] bg-[#af3129]"
/* SCSS */
$brand: #af3129;
/* SwiftUI */
Color(red: 0.686, green: 0.192, blue: 0.161)
/* Android */
Color.parseColor("#af3129")Accessibility — WCAG contrast
Aa
#af3129 on white: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3129 on black: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green19.2%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta72.0%
Yellow76.6%
Key (black)31.4%
Color previews
#af3129 text on a black background
contrast 3.29:1
Card sample
#af3129 text on a white background
contrast 6.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3129;
Background color
Panel with #af3129 background
background-color: #af3129;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3129;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 49, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 49, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3129; background: linear-gradient(135deg, #af3129, #AF8B29);