#251521
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 21, 33
HSL
315°, 28%, 11%
CMYK
0, 43, 11, 86
Luminance
0.0104
Every format
| HEX | #251521 |
| RGB | rgb(37, 21, 33) |
| HSL | hsl(315, 28%, 11%) |
| CMYK | cmyk(0%, 43%, 11%, 86%) |
| LAB | lab(9.3 10.6 -5.0) |
| LCH | lch(9.3 11.8 334.7) |
| OKLCH | oklch(0.222 0.033 336.2) |
Copy-ready code
/* CSS */
color: #251521;
background-color: #251521;
/* Tailwind (arbitrary) */
class="text-[#251521] bg-[#251521]"
/* SCSS */
$brand: #251521;
/* SwiftUI */
Color(red: 0.145, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#251521")Accessibility — WCAG contrast
Aa
#251521 on white: 17.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251521 on black: 1.21:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta43.2%
Yellow10.8%
Key (black)85.5%
Color previews
#251521 text on a black background
contrast 1.21:1
Card sample
#251521 text on a white background
contrast 17.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251521;
Background color
Panel with #251521 background
background-color: #251521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251521; background: linear-gradient(135deg, #251521, #251516);