#330088
a dark, electric violet · warm · closest name: navy
RGB
51, 0, 136
HSL
263°, 100%, 27%
CMYK
63, 100, 0, 47
Luminance
0.0248
Every format
| HEX | #330088 |
| RGB | rgb(51, 0, 136) |
| HSL | hsl(263, 100%, 27%) |
| CMYK | cmyk(63%, 100%, 0%, 47%) |
| LAB | lab(17.8 51.1 -61.6) |
| LCH | lch(17.8 80.0 309.7) |
| OKLCH | oklch(0.316 0.184 285.6) |
Copy-ready code
/* CSS */
color: #330088;
background-color: #330088;
/* Tailwind (arbitrary) */
class="text-[#330088] bg-[#330088]"
/* SCSS */
$brand: #330088;
/* SwiftUI */
Color(red: 0.200, green: 0.000, blue: 0.533)
/* Android */
Color.parseColor("#330088")Accessibility — WCAG contrast
Aa
#330088 on white: 14.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330088 on black: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green0.0%
Blue53.3%
CMYK percentages
Cyan62.5%
Magenta100.0%
Yellow0.0%
Key (black)46.7%
Color previews
#330088 text on a black background
contrast 1.50:1
Card sample
#330088 text on a white background
contrast 14.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330088;
Background color
Panel with #330088 background
background-color: #330088;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330088;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 0, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 0, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330088; background: linear-gradient(135deg, #330088, #880082);