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