#330ade
a balanced, electric blue · warm · closest name: blue
RGB
51, 10, 222
HSL
252°, 91%, 46%
CMYK
77, 96, 0, 13
Luminance
0.0619
Every format
| HEX | #330ade |
| RGB | rgb(51, 10, 222) |
| HSL | hsl(252, 91%, 46%) |
| CMYK | cmyk(77%, 96%, 0%, 13%) |
| LAB | lab(29.9 70.3 -93.1) |
| LCH | lch(29.9 116.7 307.1) |
| OKLCH | oklch(0.428 0.269 272.7) |
Copy-ready code
/* CSS */
color: #330ade;
background-color: #330ade;
/* Tailwind (arbitrary) */
class="text-[#330ade] bg-[#330ade]"
/* SCSS */
$brand: #330ade;
/* SwiftUI */
Color(red: 0.200, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#330ade")Accessibility — WCAG contrast
Aa
#330ade on white: 9.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330ade on black: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green3.9%
Blue87.1%
CMYK percentages
Cyan77.0%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#330ade text on a black background
contrast 2.24:1
Card sample
#330ade text on a white background
contrast 9.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330ade;
Background color
Panel with #330ade background
background-color: #330ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330ade; background: linear-gradient(135deg, #330ade, #C00ADE);