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