#210538
a deep, electric violet · warm · closest name: midnightblue
RGB
33, 5, 56
HSL
273°, 84%, 12%
CMYK
41, 91, 0, 78
Luminance
0.0072
Every format
| HEX | #210538 |
| RGB | rgb(33, 5, 56) |
| HSL | hsl(273, 84%, 12%) |
| CMYK | cmyk(41%, 91%, 0%, 78%) |
| LAB | lab(6.5 25.5 -26.6) |
| LCH | lch(6.5 36.9 313.8) |
| OKLCH | oklch(0.205 0.093 304.3) |
Copy-ready code
/* CSS */
color: #210538;
background-color: #210538;
/* Tailwind (arbitrary) */
class="text-[#210538] bg-[#210538]"
/* SCSS */
$brand: #210538;
/* SwiftUI */
Color(red: 0.129, green: 0.020, blue: 0.220)
/* Android */
Color.parseColor("#210538")Accessibility — WCAG contrast
Aa
#210538 on white: 18.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210538 on black: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green2.0%
Blue22.0%
CMYK percentages
Cyan41.1%
Magenta91.1%
Yellow0.0%
Key (black)78.0%
Color previews
#210538 text on a black background
contrast 1.14:1
Card sample
#210538 text on a white background
contrast 18.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210538;
Background color
Panel with #210538 background
background-color: #210538;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210538;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 5, 56, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 5, 56, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210538; background: linear-gradient(135deg, #210538, #38052D);