#33005c
a deep, electric violet · warm · closest name: midnightblue
RGB
51, 0, 92
HSL
273°, 100%, 18%
CMYK
45, 100, 0, 64
Luminance
0.0148
Every format
| HEX | #33005c |
| RGB | rgb(51, 0, 92) |
| HSL | hsl(273, 100%, 18%) |
| CMYK | cmyk(45%, 100%, 0%, 64%) |
| LAB | lab(12.5 40.4 -41.9) |
| LCH | lch(12.5 58.2 314.0) |
| OKLCH | oklch(0.265 0.140 301.3) |
Copy-ready code
/* CSS */
color: #33005c;
background-color: #33005c;
/* Tailwind (arbitrary) */
class="text-[#33005c] bg-[#33005c]"
/* SCSS */
$brand: #33005c;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.361)
/* Android */
Color.parseColor("#33005c")Accessibility — WCAG contrast
Aa
#33005c on white: 16.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#33005c on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue36.1%
CMYK percentages
Cyan44.6%
Magenta100.0%
Yellow0.0%
Key (black)63.9%
Color previews
#33005c text on a black background
contrast 1.30:1
Card sample
#33005c text on a white background
contrast 16.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #33005c;
Background color
Panel with #33005c background
background-color: #33005c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #33005c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #33005c; background: linear-gradient(135deg, #33005c, #5C0047);