#210e2f
a deep, vivid violet · warm · closest name: black
RGB
33, 14, 47
HSL
275°, 54%, 12%
CMYK
30, 70, 0, 82
Luminance
0.0084
Every format
| HEX | #210e2f |
| RGB | rgb(33, 14, 47) |
| HSL | hsl(275, 54%, 12%) |
| CMYK | cmyk(30%, 70%, 0%, 82%) |
| LAB | lab(7.6 17.7 -18.2) |
| LCH | lch(7.6 25.4 314.2) |
| OKLCH | oklch(0.211 0.065 308.4) |
Copy-ready code
/* CSS */
color: #210e2f;
background-color: #210e2f;
/* Tailwind (arbitrary) */
class="text-[#210e2f] bg-[#210e2f]"
/* SCSS */
$brand: #210e2f;
/* SwiftUI */
Color(red: 0.129, green: 0.055, blue: 0.184)
/* Android */
Color.parseColor("#210e2f")Accessibility — WCAG contrast
Aa
#210e2f on white: 17.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210e2f on black: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green5.5%
Blue18.4%
CMYK percentages
Cyan29.8%
Magenta70.2%
Yellow0.0%
Key (black)81.6%
Color previews
#210e2f text on a black background
contrast 1.17:1
Card sample
#210e2f text on a white background
contrast 17.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210e2f;
Background color
Panel with #210e2f background
background-color: #210e2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210e2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 14, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 14, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210e2f; background: linear-gradient(135deg, #210e2f, #2F0E27);