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