#251821
a deep, soft magenta / pink · warm · closest name: black
RGB
37, 24, 33
HSL
319°, 21%, 12%
CMYK
0, 35, 11, 86
Luminance
0.0116
Every format
| HEX | #251821 |
| RGB | rgb(37, 24, 33) |
| HSL | hsl(319, 21%, 12%) |
| CMYK | cmyk(0%, 35%, 11%, 86%) |
| LAB | lab(10.2 8.4 -3.7) |
| LCH | lch(10.2 9.2 336.6) |
| OKLCH | oklch(0.229 0.026 338.2) |
Copy-ready code
/* CSS */
color: #251821;
background-color: #251821;
/* Tailwind (arbitrary) */
class="text-[#251821] bg-[#251821]"
/* SCSS */
$brand: #251821;
/* SwiftUI */
Color(red: 0.145, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#251821")Accessibility — WCAG contrast
Aa
#251821 on white: 17.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#251821 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.5%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta35.1%
Yellow10.8%
Key (black)85.5%
Color previews
#251821 text on a black background
contrast 1.23:1
Card sample
#251821 text on a white background
contrast 17.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #251821;
Background color
Panel with #251821 background
background-color: #251821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #251821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(37, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(37, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #251821; background: linear-gradient(135deg, #251821, #251818);