#240521
a deep, electric magenta / pink · warm · closest name: black
RGB
36, 5, 33
HSL
306°, 76%, 8%
CMYK
0, 86, 8, 86
Luminance
0.0059
Every format
| HEX | #240521 |
| RGB | rgb(36, 5, 33) |
| HSL | hsl(306, 76%, 8%) |
| CMYK | cmyk(0%, 86%, 8%, 86%) |
| LAB | lab(5.4 19.5 -11.1) |
| LCH | lch(5.4 22.4 330.4) |
| OKLCH | oklch(0.190 0.068 331.9) |
Copy-ready code
/* CSS */
color: #240521;
background-color: #240521;
/* Tailwind (arbitrary) */
class="text-[#240521] bg-[#240521]"
/* SCSS */
$brand: #240521;
/* SwiftUI */
Color(red: 0.141, green: 0.020, blue: 0.129)
/* Android */
Color.parseColor("#240521")Accessibility — WCAG contrast
Aa
#240521 on white: 18.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#240521 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red14.1%
Green2.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta86.1%
Yellow8.3%
Key (black)85.9%
Color previews
#240521 text on a black background
contrast 1.12:1
Card sample
#240521 text on a white background
contrast 18.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #240521;
Background color
Panel with #240521 background
background-color: #240521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #240521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(36, 5, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(36, 5, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #240521; background: linear-gradient(135deg, #240521, #24050C);