#210941
a deep, electric violet · warm · closest name: midnightblue
RGB
33, 9, 65
HSL
266°, 76%, 15%
CMYK
49, 86, 0, 75
Luminance
0.0090
Every format
| HEX | #210941 |
| RGB | rgb(33, 9, 65) |
| HSL | hsl(266, 76%, 15%) |
| CMYK | cmyk(49%, 86%, 0%, 75%) |
| LAB | lab(8.1 26.2 -30.4) |
| LCH | lch(8.1 40.1 310.7) |
| OKLCH | oklch(0.220 0.098 297.0) |
Copy-ready code
/* CSS */
color: #210941;
background-color: #210941;
/* Tailwind (arbitrary) */
class="text-[#210941] bg-[#210941]"
/* SCSS */
$brand: #210941;
/* SwiftUI */
Color(red: 0.129, green: 0.035, blue: 0.255)
/* Android */
Color.parseColor("#210941")Accessibility — WCAG contrast
Aa
#210941 on white: 17.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210941 on black: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green3.5%
Blue25.5%
CMYK percentages
Cyan49.2%
Magenta86.2%
Yellow0.0%
Key (black)74.5%
Color previews
#210941 text on a black background
contrast 1.18:1
Card sample
#210941 text on a white background
contrast 17.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210941;
Background color
Panel with #210941 background
background-color: #210941;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210941;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 9, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 9, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210941; background: linear-gradient(135deg, #210941, #41093C);