#251921
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 25, 33
HSL
320°, 19%, 12%
CMYK
0, 32, 11, 86
Luminance
0.0120
Every format
| HEX | #251921 |
| RGB | rgb(37, 25, 33) |
| HSL | hsl(320, 19%, 12%) |
| CMYK | cmyk(0%, 32%, 11%, 86%) |
| LAB | lab(10.6 7.7 -3.2) |
| LCH | lch(10.6 8.3 337.5) |
| OKLCH | oklch(0.232 0.024 339.2) |
Copy-ready code
/* CSS */
color: #251921;
background-color: #251921;
/* Tailwind (arbitrary) */
class="text-[#251921] bg-[#251921]"
/* SCSS */
$brand: #251921;
/* SwiftUI */
Color(red: 0.145, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#251921")Accessibility — WCAG contrast
Aa
#251921 on white: 16.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251921 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta32.4%
Yellow10.8%
Key (black)85.5%
Color previews
#251921 text on a black background
contrast 1.24:1
Card sample
#251921 text on a white background
contrast 16.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251921;
Background color
Panel with #251921 background
background-color: #251921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251921; background: linear-gradient(135deg, #251921, #251919);