#210c53
a deep, vivid violet · warm · closest name: midnightblue
RGB
33, 12, 83
HSL
258°, 75%, 19%
CMYK
60, 86, 0, 68
Luminance
0.0121
Every format
| HEX | #210c53 |
| RGB | rgb(33, 12, 83) |
| HSL | hsl(258, 75%, 19%) |
| CMYK | cmyk(60%, 86%, 0%, 68%) |
| LAB | lab(10.6 30.2 -38.9) |
| LCH | lch(10.6 49.2 307.9) |
| OKLCH | oklch(0.243 0.117 287.6) |
Copy-ready code
/* CSS */
color: #210c53;
background-color: #210c53;
/* Tailwind (arbitrary) */
class="text-[#210c53] bg-[#210c53]"
/* SCSS */
$brand: #210c53;
/* SwiftUI */
Color(red: 0.129, green: 0.047, blue: 0.325)
/* Android */
Color.parseColor("#210c53")Accessibility — WCAG contrast
Aa
#210c53 on white: 16.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#210c53 on black: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green4.7%
Blue32.5%
CMYK percentages
Cyan60.2%
Magenta85.5%
Yellow0.0%
Key (black)67.5%
Color previews
#210c53 text on a black background
contrast 1.24:1
Card sample
#210c53 text on a white background
contrast 16.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #210c53;
Background color
Panel with #210c53 background
background-color: #210c53;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #210c53;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 12, 83, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 12, 83, 0.45);
Border & gradient
Gradient panel
border: 3px solid #210c53; background: linear-gradient(135deg, #210c53, #500C53);