#ab233f
a dark, vivid red · warm · closest name: firebrick
RGB
171, 35, 63
HSL
348°, 66%, 40%
CMYK
0, 80, 63, 33
Luminance
0.1022
Every format
| HEX | #ab233f |
| RGB | rgb(171, 35, 63) |
| HSL | hsl(348, 66%, 40%) |
| CMYK | cmyk(0%, 80%, 63%, 33%) |
| LAB | lab(38.2 54.9 18.6) |
| LCH | lch(38.2 58.0 18.8) |
| OKLCH | oklch(0.489 0.171 15.4) |
Copy-ready code
/* CSS */
color: #ab233f;
background-color: #ab233f;
/* Tailwind (arbitrary) */
class="text-[#ab233f] bg-[#ab233f]"
/* SCSS */
$brand: #ab233f;
/* SwiftUI */
Color(red: 0.671, green: 0.137, blue: 0.247)
/* Android */
Color.parseColor("#ab233f")Accessibility — WCAG contrast
Aa
#ab233f on white: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab233f on black: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green13.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta79.5%
Yellow63.2%
Key (black)32.9%
Color previews
#ab233f text on a black background
contrast 3.04:1
Card sample
#ab233f text on a white background
contrast 6.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab233f;
Background color
Panel with #ab233f background
background-color: #ab233f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab233f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 35, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 35, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab233f; background: linear-gradient(135deg, #ab233f, #AB6223);