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