#210f1c
a deep, soft magenta / pink · warm · closest name: black
RGB
33, 15, 28
HSL
317°, 38%, 9%
CMYK
0, 55, 15, 87
Luminance
0.0075
Every format
| HEX | #210f1c |
| RGB | rgb(33, 15, 28) |
| HSL | hsl(317, 38%, 9%) |
| CMYK | cmyk(0%, 55%, 15%, 87%) |
| LAB | lab(6.8 11.7 -5.1) |
| LCH | lch(6.8 12.8 336.4) |
| OKLCH | oklch(0.200 0.038 338.1) |
Copy-ready code
/* CSS */
color: #210f1c;
background-color: #210f1c;
/* Tailwind (arbitrary) */
class="text-[#210f1c] bg-[#210f1c]"
/* SCSS */
$brand: #210f1c;
/* SwiftUI */
Color(red: 0.129, green: 0.059, blue: 0.110)
/* Android */
Color.parseColor("#210f1c")Accessibility — WCAG contrast
Aa
#210f1c on white: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210f1c on black: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green5.9%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta54.5%
Yellow15.2%
Key (black)87.1%
Color previews
#210f1c text on a black background
contrast 1.15:1
Card sample
#210f1c text on a white background
contrast 18.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210f1c;
Background color
Panel with #210f1c background
background-color: #210f1c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210f1c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 15, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 15, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210f1c; background: linear-gradient(135deg, #210f1c, #210F10);