#af2b2b
a dark, vivid red · warm · closest name: firebrick
RGB
175, 43, 43
HSL
0°, 61%, 43%
CMYK
0, 75, 75, 31
Luminance
0.1102
Every format
| HEX | #af2b2b |
| RGB | rgb(175, 43, 43) |
| HSL | hsl(0, 61%, 43%) |
| CMYK | cmyk(0%, 75%, 75%, 31%) |
| LAB | lab(39.6 52.5 32.8) |
| LCH | lch(39.6 62.0 32.0) |
| OKLCH | oklch(0.500 0.169 25.8) |
Copy-ready code
/* CSS */
color: #af2b2b;
background-color: #af2b2b;
/* Tailwind (arbitrary) */
class="text-[#af2b2b] bg-[#af2b2b]"
/* SCSS */
$brand: #af2b2b;
/* SwiftUI */
Color(red: 0.686, green: 0.169, blue: 0.169)
/* Android */
Color.parseColor("#af2b2b")Accessibility — WCAG contrast
Aa
#af2b2b on white: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2b2b on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.9%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta75.4%
Yellow75.4%
Key (black)31.4%
Color previews
#af2b2b text on a black background
contrast 3.20:1
Card sample
#af2b2b text on a white background
contrast 6.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2b2b;
Background color
Panel with #af2b2b background
background-color: #af2b2b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2b2b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 43, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 43, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2b2b; background: linear-gradient(135deg, #af2b2b, #AF832B);