#210b13
a deep, vivid magenta / pink · warm · closest name: black
RGB
33, 11, 19
HSL
338°, 50%, 9%
CMYK
0, 67, 42, 87
Luminance
0.0061
Every format
| HEX | #210b13 |
| RGB | rgb(33, 11, 19) |
| HSL | hsl(338, 50%, 9%) |
| CMYK | cmyk(0%, 67%, 42%, 87%) |
| LAB | lab(5.5 11.7 -0.3) |
| LCH | lch(5.5 11.7 358.3) |
| OKLCH | oklch(0.188 0.040 358.6) |
Copy-ready code
/* CSS */
color: #210b13;
background-color: #210b13;
/* Tailwind (arbitrary) */
class="text-[#210b13] bg-[#210b13]"
/* SCSS */
$brand: #210b13;
/* SwiftUI */
Color(red: 0.129, green: 0.043, blue: 0.075)
/* Android */
Color.parseColor("#210b13")Accessibility — WCAG contrast
Aa
#210b13 on white: 18.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210b13 on black: 1.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green4.3%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta66.7%
Yellow42.4%
Key (black)87.1%
Color previews
#210b13 text on a black background
contrast 1.12:1
Card sample
#210b13 text on a white background
contrast 18.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210b13;
Background color
Panel with #210b13 background
background-color: #210b13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210b13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 11, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 11, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210b13; background: linear-gradient(135deg, #210b13, #21120B);