#210862
a deep, electric violet · warm · closest name: midnightblue
RGB
33, 8, 98
HSL
257°, 85%, 21%
CMYK
66, 92, 0, 62
Luminance
0.0138
Every format
| HEX | #210862 |
| RGB | rgb(33, 8, 98) |
| HSL | hsl(257, 85%, 21%) |
| CMYK | cmyk(66%, 92%, 0%, 62%) |
| LAB | lab(11.8 36.7 -47.0) |
| LCH | lch(11.8 59.6 307.9) |
| OKLCH | oklch(0.257 0.139 283.3) |
Copy-ready code
/* CSS */
color: #210862;
background-color: #210862;
/* Tailwind (arbitrary) */
class="text-[#210862] bg-[#210862]"
/* SCSS */
$brand: #210862;
/* SwiftUI */
Color(red: 0.129, green: 0.031, blue: 0.384)
/* Android */
Color.parseColor("#210862")Accessibility — WCAG contrast
Aa
#210862 on white: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210862 on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green3.1%
Blue38.4%
CMYK percentages
Cyan66.3%
Magenta91.8%
Yellow0.0%
Key (black)61.6%
Color previews
#210862 text on a black background
contrast 1.28:1
Card sample
#210862 text on a white background
contrast 16.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210862;
Background color
Panel with #210862 background
background-color: #210862;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210862;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 8, 98, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 8, 98, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210862; background: linear-gradient(135deg, #210862, #5D0862);