#251321
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 19, 33
HSL
313°, 32%, 11%
CMYK
0, 49, 11, 86
Luminance
0.0097
Every format
| HEX | #251321 |
| RGB | rgb(37, 19, 33) |
| HSL | hsl(313, 32%, 11%) |
| CMYK | cmyk(0%, 49%, 11%, 86%) |
| LAB | lab(8.7 12.1 -5.9) |
| LCH | lch(8.7 13.4 333.9) |
| OKLCH | oklch(0.218 0.038 335.4) |
Copy-ready code
/* CSS */
color: #251321;
background-color: #251321;
/* Tailwind (arbitrary) */
class="text-[#251321] bg-[#251321]"
/* SCSS */
$brand: #251321;
/* SwiftUI */
Color(red: 0.145, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#251321")Accessibility — WCAG contrast
Aa
#251321 on white: 17.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251321 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta48.6%
Yellow10.8%
Key (black)85.5%
Color previews
#251321 text on a black background
contrast 1.19:1
Card sample
#251321 text on a white background
contrast 17.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251321;
Background color
Panel with #251321 background
background-color: #251321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251321; background: linear-gradient(135deg, #251321, #251315);