#a93046
a dark, vivid red · warm · closest name: firebrick
RGB
169, 48, 70
HSL
349°, 56%, 43%
CMYK
0, 72, 59, 34
Luminance
0.1099
Every format
| HEX | #a93046 |
| RGB | rgb(169, 48, 70) |
| HSL | hsl(349, 56%, 43%) |
| CMYK | cmyk(0%, 72%, 59%, 34%) |
| LAB | lab(39.6 50.4 15.9) |
| LCH | lch(39.6 52.8 17.5) |
| OKLCH | oklch(0.499 0.157 14.6) |
Copy-ready code
/* CSS */
color: #a93046;
background-color: #a93046;
/* Tailwind (arbitrary) */
class="text-[#a93046] bg-[#a93046]"
/* SCSS */
$brand: #a93046;
/* SwiftUI */
Color(red: 0.663, green: 0.188, blue: 0.275)
/* Android */
Color.parseColor("#a93046")Accessibility — WCAG contrast
Aa
#a93046 on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a93046 on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green18.8%
Blue27.5%
CMYK percentages
Cyan0.0%
Magenta71.6%
Yellow58.6%
Key (black)33.7%
Color previews
#a93046 text on a black background
contrast 3.20:1
Card sample
#a93046 text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a93046;
Background color
Panel with #a93046 background
background-color: #a93046;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a93046;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 48, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 48, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a93046; background: linear-gradient(135deg, #a93046, #A96B30);