#af3549
a dark, vivid red · warm · closest name: firebrick
RGB
175, 53, 73
HSL
350°, 54%, 45%
CMYK
0, 70, 58, 31
Luminance
0.1214
Every format
| HEX | #af3549 |
| RGB | rgb(175, 53, 73) |
| HSL | hsl(350, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 58%, 31%) |
| LAB | lab(41.4 50.6 16.8) |
| LCH | lch(41.4 53.3 18.3) |
| OKLCH | oklch(0.515 0.157 15.3) |
Copy-ready code
/* CSS */
color: #af3549;
background-color: #af3549;
/* Tailwind (arbitrary) */
class="text-[#af3549] bg-[#af3549]"
/* SCSS */
$brand: #af3549;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.286)
/* Android */
Color.parseColor("#af3549")Accessibility — WCAG contrast
Aa
#af3549 on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3549 on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow58.3%
Key (black)31.4%
Color previews
#af3549 text on a black background
contrast 3.43:1
Card sample
#af3549 text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3549;
Background color
Panel with #af3549 background
background-color: #af3549;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3549;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3549; background: linear-gradient(135deg, #af3549, #AF7235);