#af282b
a dark, vivid red · warm · closest name: firebrick
RGB
175, 40, 43
HSL
359°, 63%, 42%
CMYK
0, 77, 75, 31
Luminance
0.1081
Every format
| HEX | #af282b |
| RGB | rgb(175, 40, 43) |
| HSL | hsl(359, 63%, 42%) |
| CMYK | cmyk(0%, 77%, 75%, 31%) |
| LAB | lab(39.3 53.5 32.4) |
| LCH | lch(39.3 62.6 31.2) |
| OKLCH | oklch(0.497 0.171 25.1) |
Copy-ready code
/* CSS */
color: #af282b;
background-color: #af282b;
/* Tailwind (arbitrary) */
class="text-[#af282b] bg-[#af282b]"
/* SCSS */
$brand: #af282b;
/* SwiftUI */
Color(red: 0.686, green: 0.157, blue: 0.169)
/* Android */
Color.parseColor("#af282b")Accessibility — WCAG contrast
Aa
#af282b on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af282b on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green15.7%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow75.4%
Key (black)31.4%
Color previews
#af282b text on a black background
contrast 3.16:1
Card sample
#af282b text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af282b;
Background color
Panel with #af282b background
background-color: #af282b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af282b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 40, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 40, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af282b; background: linear-gradient(135deg, #af282b, #AF7F28);