#ac293f
a dark, vivid red · warm · closest name: firebrick
RGB
172, 41, 63
HSL
350°, 62%, 42%
CMYK
0, 76, 63, 33
Luminance
0.1072
Every format
| HEX | #ac293f |
| RGB | rgb(172, 41, 63) |
| HSL | hsl(350, 62%, 42%) |
| CMYK | cmyk(0%, 76%, 63%, 33%) |
| LAB | lab(39.1 53.3 19.8) |
| LCH | lch(39.1 56.9 20.4) |
| OKLCH | oklch(0.496 0.166 16.7) |
Copy-ready code
/* CSS */
color: #ac293f;
background-color: #ac293f;
/* Tailwind (arbitrary) */
class="text-[#ac293f] bg-[#ac293f]"
/* SCSS */
$brand: #ac293f;
/* SwiftUI */
Color(red: 0.675, green: 0.161, blue: 0.247)
/* Android */
Color.parseColor("#ac293f")Accessibility — WCAG contrast
Aa
#ac293f on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac293f on black: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green16.1%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta76.2%
Yellow63.4%
Key (black)32.5%
Color previews
#ac293f text on a black background
contrast 3.14:1
Card sample
#ac293f text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac293f;
Background color
Panel with #ac293f background
background-color: #ac293f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac293f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 41, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 41, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac293f; background: linear-gradient(135deg, #ac293f, #AC6A29);