#af3539
a dark, vivid red · warm · closest name: firebrick
RGB
175, 53, 57
HSL
358°, 54%, 45%
CMYK
0, 70, 67, 31
Luminance
0.1196
Every format
| HEX | #af3539 |
| RGB | rgb(175, 53, 57) |
| HSL | hsl(358, 54%, 45%) |
| CMYK | cmyk(0%, 70%, 67%, 31%) |
| LAB | lab(41.1 49.5 26.3) |
| LCH | lch(41.1 56.1 27.9) |
| OKLCH | oklch(0.512 0.158 23.0) |
Copy-ready code
/* CSS */
color: #af3539;
background-color: #af3539;
/* Tailwind (arbitrary) */
class="text-[#af3539] bg-[#af3539]"
/* SCSS */
$brand: #af3539;
/* SwiftUI */
Color(red: 0.686, green: 0.208, blue: 0.224)
/* Android */
Color.parseColor("#af3539")Accessibility — WCAG contrast
Aa
#af3539 on white: 6.19:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af3539 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green20.8%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta69.7%
Yellow67.4%
Key (black)31.4%
Color previews
#af3539 text on a black background
contrast 3.39:1
Card sample
#af3539 text on a white background
contrast 6.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af3539;
Background color
Panel with #af3539 background
background-color: #af3539;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af3539;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 53, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 53, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af3539; background: linear-gradient(135deg, #af3539, #AF8235);