#241321
a deep, soft magenta / pink · warm · closest name: black
RGB
36, 19, 33
HSL
311°, 31%, 11%
CMYK
0, 47, 8, 86
Luminance
0.0095
Every format
| HEX | #241321 |
| RGB | rgb(36, 19, 33) |
| HSL | hsl(311, 31%, 11%) |
| CMYK | cmyk(0%, 47%, 8%, 86%) |
| LAB | lab(8.6 11.6 -6.2) |
| LCH | lch(8.6 13.2 332.0) |
| OKLCH | oklch(0.216 0.037 333.4) |
Copy-ready code
/* CSS */
color: #241321;
background-color: #241321;
/* Tailwind (arbitrary) */
class="text-[#241321] bg-[#241321]"
/* SCSS */
$brand: #241321;
/* SwiftUI */
Color(red: 0.141, green: 0.075, blue: 0.129)
/* Android */
Color.parseColor("#241321")Accessibility — WCAG contrast
Aa
#241321 on white: 17.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#241321 on black: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green7.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta47.2%
Yellow8.3%
Key (black)85.9%
Color previews
#241321 text on a black background
contrast 1.19:1
Card sample
#241321 text on a white background
contrast 17.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #241321;
Background color
Panel with #241321 background
background-color: #241321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #241321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 19, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 19, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #241321; background: linear-gradient(135deg, #241321, #241316);