#af293d
a dark, vivid red · warm · closest name: firebrick
RGB
175, 41, 61
HSL
351°, 62%, 42%
CMYK
0, 77, 65, 31
Luminance
0.1104
Every format
| HEX | #af293d |
| RGB | rgb(175, 41, 61) |
| HSL | hsl(351, 62%, 42%) |
| CMYK | cmyk(0%, 77%, 65%, 31%) |
| LAB | lab(39.6 54.1 21.9) |
| LCH | lch(39.6 58.4 22.0) |
| OKLCH | oklch(0.501 0.169 18.0) |
Copy-ready code
/* CSS */
color: #af293d;
background-color: #af293d;
/* Tailwind (arbitrary) */
class="text-[#af293d] bg-[#af293d]"
/* SCSS */
$brand: #af293d;
/* SwiftUI */
Color(red: 0.686, green: 0.161, blue: 0.239)
/* Android */
Color.parseColor("#af293d")Accessibility — WCAG contrast
Aa
#af293d on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#af293d on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red68.6%
Green16.1%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta76.6%
Yellow65.1%
Key (black)31.4%
Color previews
#af293d text on a black background
contrast 3.21:1
Card sample
#af293d text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #af293d;
Background color
Panel with #af293d background
background-color: #af293d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #af293d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(175, 41, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(175, 41, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #af293d; background: linear-gradient(135deg, #af293d, #AF6E29);