#330099
a dark, electric violet · warm · closest name: navy
RGB
51, 0, 153
HSL
260°, 100%, 30%
CMYK
67, 100, 0, 40
Luminance
0.0300
Every format
| HEX | #330099 |
| RGB | rgb(51, 0, 153) |
| HSL | hsl(260, 100%, 30%) |
| CMYK | cmyk(67%, 100%, 0%, 40%) |
| LAB | lab(20.1 55.3 -68.5) |
| LCH | lch(20.1 88.0 308.9) |
| OKLCH | oklch(0.337 0.202 281.7) |
Copy-ready code
/* CSS */
color: #330099;
background-color: #330099;
/* Tailwind (arbitrary) */
class="text-[#330099] bg-[#330099]"
/* SCSS */
$brand: #330099;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.600)
/* Android */
Color.parseColor("#330099")Accessibility — WCAG contrast
Aa
#330099 on white: 13.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330099 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue60.0%
CMYK percentages
Cyan66.7%
Magenta100.0%
Yellow0.0%
Key (black)40.0%
Color previews
#330099 text on a black background
contrast 1.60:1
Card sample
#330099 text on a white background
contrast 13.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330099;
Background color
Panel with #330099 background
background-color: #330099;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330099;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330099; background: linear-gradient(135deg, #330099, #990099);