#330a70
a deep, electric violet · warm · closest name: midnightblue
RGB
51, 10, 112
HSL
264°, 84%, 24%
CMYK
55, 91, 0, 56
Luminance
0.0209
Every format
| HEX | #330a70 |
| RGB | rgb(51, 10, 112) |
| HSL | hsl(264, 84%, 24%) |
| CMYK | cmyk(55%, 91%, 0%, 56%) |
| LAB | lab(16.0 41.8 -49.3) |
| LCH | lch(16.0 64.6 310.2) |
| OKLCH | oklch(0.295 0.153 291.8) |
Copy-ready code
/* CSS */
color: #330a70;
background-color: #330a70;
/* Tailwind (arbitrary) */
class="text-[#330a70] bg-[#330a70]"
/* SCSS */
$brand: #330a70;
/* SwiftUI */
Color(red: 0.200, green: 0.039, blue: 0.439)
/* Android */
Color.parseColor("#330a70")Accessibility — WCAG contrast
Aa
#330a70 on white: 14.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330a70 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green3.9%
Blue43.9%
CMYK percentages
Cyan54.5%
Magenta91.1%
Yellow0.0%
Key (black)56.1%
Color previews
#330a70 text on a black background
contrast 1.42:1
Card sample
#330a70 text on a white background
contrast 14.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330a70;
Background color
Panel with #330a70 background
background-color: #330a70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330a70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 10, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 10, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330a70; background: linear-gradient(135deg, #330a70, #700A69);