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