#330fdf
a balanced, electric blue · warm · closest name: blue
RGB
51, 15, 223
HSL
250°, 87%, 47%
CMYK
77, 93, 0, 13
Luminance
0.0637
Every format
| HEX | #330fdf |
| RGB | rgb(51, 15, 223) |
| HSL | hsl(250, 87%, 47%) |
| CMYK | cmyk(77%, 93%, 0%, 13%) |
| LAB | lab(30.3 69.6 -92.9) |
| LCH | lch(30.3 116.1 306.8) |
| OKLCH | oklch(0.431 0.269 272.6) |
Copy-ready code
/* CSS */
color: #330fdf;
background-color: #330fdf;
/* Tailwind (arbitrary) */
class="text-[#330fdf] bg-[#330fdf]"
/* SCSS */
$brand: #330fdf;
/* SwiftUI */
Color(red: 0.200, green: 0.059, blue: 0.875)
/* Android */
Color.parseColor("#330fdf")Accessibility — WCAG contrast
Aa
#330fdf on white: 9.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#330fdf on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green5.9%
Blue87.5%
CMYK percentages
Cyan77.1%
Magenta93.3%
Yellow0.0%
Key (black)12.5%
Color previews
#330fdf text on a black background
contrast 2.27:1
Card sample
#330fdf text on a white background
contrast 9.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #330fdf;
Background color
Panel with #330fdf background
background-color: #330fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #330fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 15, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 15, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #330fdf; background: linear-gradient(135deg, #330fdf, #BE0FDF);