#25001c
a deep, electric magenta / pink · warm · closest name: black
RGB
37, 0, 28
HSL
315°, 100%, 7%
CMYK
0, 100, 24, 86
Luminance
0.0048
Every format
| HEX | #25001c |
| RGB | rgb(37, 0, 28) |
| HSL | hsl(315, 100%, 7%) |
| CMYK | cmyk(0%, 100%, 24%, 86%) |
| LAB | lab(4.3 21.0 -8.7) |
| LCH | lch(4.3 22.7 337.4) |
| OKLCH | oklch(0.179 0.078 339.5) |
Copy-ready code
/* CSS */
color: #25001c;
background-color: #25001c;
/* Tailwind (arbitrary) */
class="text-[#25001c] bg-[#25001c]"
/* SCSS */
$brand: #25001c;
/* SwiftUI */
Color(red: 0.145, green: 0.000, blue: 0.110)
/* Android */
Color.parseColor("#25001c")Accessibility — WCAG contrast
Aa
#25001c on white: 19.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#25001c on black: 1.10:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green0.0%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow24.3%
Key (black)85.5%
Color previews
#25001c text on a black background
contrast 1.10:1
Card sample
#25001c text on a white background
contrast 19.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #25001c;
Background color
Panel with #25001c background
background-color: #25001c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #25001c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 0, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 0, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #25001c; background: linear-gradient(135deg, #25001c, #250003);