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