#af2c3a
a dark, vivid red · warm · closest name: firebrick
RGB
175, 44, 58
HSL
354°, 60%, 43%
CMYK
0, 75, 67, 31
Luminance
0.1122
Every format
| HEX | #af2c3a |
| RGB | rgb(175, 44, 58) |
| HSL | hsl(354, 60%, 43%) |
| CMYK | cmyk(0%, 75%, 67%, 31%) |
| LAB | lab(40.0 52.9 24.1) |
| LCH | lch(40.0 58.2 24.5) |
| OKLCH | oklch(0.503 0.167 20.0) |
Copy-ready code
/* CSS */
color: #af2c3a;
background-color: #af2c3a;
/* Tailwind (arbitrary) */
class="text-[#af2c3a] bg-[#af2c3a]"
/* SCSS */
$brand: #af2c3a;
/* SwiftUI */
Color(red: 0.686, green: 0.173, blue: 0.227)
/* Android */
Color.parseColor("#af2c3a")Accessibility — WCAG contrast
Aa
#af2c3a on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af2c3a on black: 3.24:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green17.3%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow66.9%
Key (black)31.4%
Color previews
#af2c3a text on a black background
contrast 3.24:1
Card sample
#af2c3a text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af2c3a;
Background color
Panel with #af2c3a background
background-color: #af2c3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af2c3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 44, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 44, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af2c3a; background: linear-gradient(135deg, #af2c3a, #AF752C);