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