#330044
a deep, electric violet · warm · closest name: midnightblue
RGB
51, 0, 68
HSL
285°, 100%, 13%
CMYK
25, 100, 0, 73
Luminance
0.0112
Every format
| HEX | #330044 |
| RGB | rgb(51, 0, 68) |
| HSL | hsl(285, 100%, 13%) |
| CMYK | cmyk(25%, 100%, 0%, 73%) |
| LAB | lab(10.0 35.0 -29.4) |
| LCH | lch(10.0 45.7 319.9) |
| OKLCH | oklch(0.240 0.118 315.1) |
Copy-ready code
/* CSS */
color: #330044;
background-color: #330044;
/* Tailwind (arbitrary) */
class="text-[#330044] bg-[#330044]"
/* SCSS */
$brand: #330044;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.267)
/* Android */
Color.parseColor("#330044")Accessibility — WCAG contrast
Aa
#330044 on white: 17.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330044 on black: 1.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue26.7%
CMYK percentages
Cyan25.0%
Magenta100.0%
Yellow0.0%
Key (black)73.3%
Color previews
#330044 text on a black background
contrast 1.22:1
Card sample
#330044 text on a white background
contrast 17.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330044;
Background color
Panel with #330044 background
background-color: #330044;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330044;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330044; background: linear-gradient(135deg, #330044, #440028);