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