#ab223b
a dark, vivid red · warm · closest name: firebrick
RGB
171, 34, 59
HSL
349°, 67%, 40%
CMYK
0, 80, 66, 33
Luminance
0.1012
Every format
| HEX | #ab223b |
| RGB | rgb(171, 34, 59) |
| HSL | hsl(349, 67%, 40%) |
| CMYK | cmyk(0%, 80%, 66%, 33%) |
| LAB | lab(38.1 55.0 20.9) |
| LCH | lch(38.1 58.8 20.9) |
| OKLCH | oklch(0.487 0.171 17.0) |
Copy-ready code
/* CSS */
color: #ab223b;
background-color: #ab223b;
/* Tailwind (arbitrary) */
class="text-[#ab223b] bg-[#ab223b]"
/* SCSS */
$brand: #ab223b;
/* SwiftUI */
Color(red: 0.671, green: 0.133, blue: 0.231)
/* Android */
Color.parseColor("#ab223b")Accessibility — WCAG contrast
Aa
#ab223b on white: 6.95:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab223b on black: 3.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green13.3%
Blue23.1%
CMYK percentages
Cyan0.0%
Magenta80.1%
Yellow65.5%
Key (black)32.9%
Color previews
#ab223b text on a black background
contrast 3.02:1
Card sample
#ab223b text on a white background
contrast 6.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab223b;
Background color
Panel with #ab223b background
background-color: #ab223b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab223b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 34, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 34, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab223b; background: linear-gradient(135deg, #ab223b, #AB6422);