#210752
a deep, electric violet · warm · closest name: midnightblue
RGB
33, 7, 82
HSL
261°, 84%, 18%
CMYK
60, 92, 0, 68
Luminance
0.0108
Every format
| HEX | #210752 |
| RGB | rgb(33, 7, 82) |
| HSL | hsl(261, 84%, 18%) |
| CMYK | cmyk(60%, 92%, 0%, 68%) |
| LAB | lab(9.7 32.4 -39.8) |
| LCH | lch(9.7 51.3 309.2) |
| OKLCH | oklch(0.236 0.121 289.1) |
Copy-ready code
/* CSS */
color: #210752;
background-color: #210752;
/* Tailwind (arbitrary) */
class="text-[#210752] bg-[#210752]"
/* SCSS */
$brand: #210752;
/* SwiftUI */
Color(red: 0.129, green: 0.027, blue: 0.322)
/* Android */
Color.parseColor("#210752")Accessibility — WCAG contrast
Aa
#210752 on white: 17.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210752 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green2.7%
Blue32.2%
CMYK percentages
Cyan59.8%
Magenta91.5%
Yellow0.0%
Key (black)67.8%
Color previews
#210752 text on a black background
contrast 1.22:1
Card sample
#210752 text on a white background
contrast 17.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210752;
Background color
Panel with #210752 background
background-color: #210752;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210752;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 7, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 7, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210752; background: linear-gradient(135deg, #210752, #520751);