#ab1925
a dark, vivid red · warm · closest name: firebrick
RGB
171, 25, 37
HSL
355°, 75%, 38%
CMYK
0, 85, 78, 33
Luminance
0.0949
Every format
| HEX | #ab1925 |
| RGB | rgb(171, 25, 37) |
| HSL | hsl(355, 75%, 38%) |
| CMYK | cmyk(0%, 85%, 78%, 33%) |
| LAB | lab(36.9 56.3 33.2) |
| LCH | lch(36.9 65.3 30.5) |
| OKLCH | oklch(0.478 0.178 24.1) |
Copy-ready code
/* CSS */
color: #ab1925;
background-color: #ab1925;
/* Tailwind (arbitrary) */
class="text-[#ab1925] bg-[#ab1925]"
/* SCSS */
$brand: #ab1925;
/* SwiftUI */
Color(red: 0.671, green: 0.098, blue: 0.145)
/* Android */
Color.parseColor("#ab1925")Accessibility — WCAG contrast
Aa
#ab1925 on white: 7.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab1925 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green9.8%
Blue14.5%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow78.4%
Key (black)32.9%
Color previews
#ab1925 text on a black background
contrast 2.90:1
Card sample
#ab1925 text on a white background
contrast 7.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1925;
Background color
Panel with #ab1925 background
background-color: #ab1925;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1925;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 25, 37, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 25, 37, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1925; background: linear-gradient(135deg, #ab1925, #AB6E19);