#21103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
33, 16, 60
HSL
263°, 58%, 15%
CMYK
45, 73, 0, 77
Luminance
0.0102
Every format
| HEX | #21103c |
| RGB | rgb(33, 16, 60) |
| HSL | hsl(263, 58%, 15%) |
| CMYK | cmyk(45%, 73%, 0%, 77%) |
| LAB | lab(9.2 20.4 -25.2) |
| LCH | lch(9.2 32.4 309.1) |
| OKLCH | oklch(0.226 0.081 297.3) |
Copy-ready code
/* CSS */
color: #21103c;
background-color: #21103c;
/* Tailwind (arbitrary) */
class="text-[#21103c] bg-[#21103c]"
/* SCSS */
$brand: #21103c;
/* SwiftUI */
Color(red: 0.129, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#21103c")Accessibility — WCAG contrast
Aa
#21103c on white: 17.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#21103c on black: 1.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red12.9%
Green6.3%
Blue23.5%
CMYK percentages
Cyan45.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#21103c text on a black background
contrast 1.20:1
Card sample
#21103c text on a white background
contrast 17.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #21103c;
Background color
Panel with #21103c background
background-color: #21103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #21103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(33, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(33, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #21103c; background: linear-gradient(135deg, #21103c, #3C103A);