#210813
a deep, vivid magenta / pink · warm · closest name: black
RGB
33, 8, 19
HSL
334°, 61%, 8%
CMYK
0, 76, 42, 87
Luminance
0.0054
Every format
| HEX | #210813 |
| RGB | rgb(33, 8, 19) |
| HSL | hsl(334, 61%, 8%) |
| CMYK | cmyk(0%, 76%, 42%, 87%) |
| LAB | lab(4.9 12.9 -1.2) |
| LCH | lch(4.9 12.9 354.6) |
| OKLCH | oklch(0.182 0.046 355.0) |
Copy-ready code
/* CSS */
color: #210813;
background-color: #210813;
/* Tailwind (arbitrary) */
class="text-[#210813] bg-[#210813]"
/* SCSS */
$brand: #210813;
/* SwiftUI */
Color(red: 0.129, green: 0.031, blue: 0.075)
/* Android */
Color.parseColor("#210813")Accessibility — WCAG contrast
Aa
#210813 on white: 18.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210813 on black: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green3.1%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta75.8%
Yellow42.4%
Key (black)87.1%
Color previews
#210813 text on a black background
contrast 1.11:1
Card sample
#210813 text on a white background
contrast 18.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210813;
Background color
Panel with #210813 background
background-color: #210813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 8, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 8, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210813; background: linear-gradient(135deg, #210813, #210E08);