#33103c
a deep, vivid violet · warm · closest name: midnightblue
RGB
51, 16, 60
HSL
288°, 58%, 15%
CMYK
15, 73, 0, 77
Luminance
0.0140
Every format
| HEX | #33103c |
| RGB | rgb(51, 16, 60) |
| HSL | hsl(288, 58%, 15%) |
| CMYK | cmyk(15%, 73%, 0%, 77%) |
| LAB | lab(12.0 25.5 -20.5) |
| LCH | lch(12.0 32.7 321.1) |
| OKLCH | oklch(0.252 0.087 318.8) |
Copy-ready code
/* CSS */
color: #33103c;
background-color: #33103c;
/* Tailwind (arbitrary) */
class="text-[#33103c] bg-[#33103c]"
/* SCSS */
$brand: #33103c;
/* SwiftUI */
Color(red: 0.200, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#33103c")Accessibility — WCAG contrast
Aa
#33103c on white: 16.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33103c on black: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green6.3%
Blue23.5%
CMYK percentages
Cyan15.0%
Magenta73.3%
Yellow0.0%
Key (black)76.5%
Color previews
#33103c text on a black background
contrast 1.28:1
Card sample
#33103c text on a white background
contrast 16.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33103c;
Background color
Panel with #33103c background
background-color: #33103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33103c; background: linear-gradient(135deg, #33103c, #3C1028);