#241821
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 24, 33
HSL
315°, 20%, 12%
CMYK
0, 33, 8, 86
Luminance
0.0114
Every format
| HEX | #241821 |
| RGB | rgb(36, 24, 33) |
| HSL | hsl(315, 20%, 12%) |
| CMYK | cmyk(0%, 33%, 8%, 86%) |
| LAB | lab(10.1 8.0 -3.9) |
| LCH | lch(10.1 8.9 334.1) |
| OKLCH | oklch(0.228 0.025 335.6) |
Copy-ready code
/* CSS */
color: #241821;
background-color: #241821;
/* Tailwind (arbitrary) */
class="text-[#241821] bg-[#241821]"
/* SCSS */
$brand: #241821;
/* SwiftUI */
Color(red: 0.141, green: 0.094, blue: 0.129)
/* Android */
Color.parseColor("#241821")Accessibility — WCAG contrast
Aa
#241821 on white: 17.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241821 on black: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green9.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta33.3%
Yellow8.3%
Key (black)85.9%
Color previews
#241821 text on a black background
contrast 1.23:1
Card sample
#241821 text on a white background
contrast 17.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241821;
Background color
Panel with #241821 background
background-color: #241821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 24, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 24, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241821; background: linear-gradient(135deg, #241821, #241819);