#3322ff
a balanced, electric blue · warm · closest name: blue
RGB
51, 34, 255
HSL
245°, 100%, 57%
CMYK
80, 87, 0, 0
Luminance
0.0907
Every format
| HEX | #3322ff |
| RGB | rgb(51, 34, 255) |
| HSL | hsl(245, 100%, 57%) |
| CMYK | cmyk(80%, 87%, 0%, 0%) |
| LAB | lab(36.1 72.7 -101.5) |
| LCH | lch(36.1 124.8 305.6) |
| OKLCH | oklch(0.482 0.293 270.3) |
Copy-ready code
/* CSS */
color: #3322ff;
background-color: #3322ff;
/* Tailwind (arbitrary) */
class="text-[#3322ff] bg-[#3322ff]"
/* SCSS */
$brand: #3322ff;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 1.000)
/* Android */
Color.parseColor("#3322ff")Accessibility — WCAG contrast
Aa
#3322ff on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3322ff on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue100.0%
CMYK percentages
Cyan80.0%
Magenta86.7%
Yellow0.0%
Key (black)0.0%
Color previews
#3322ff text on a black background
contrast 2.81:1
Card sample
#3322ff text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3322ff;
Background color
Panel with #3322ff background
background-color: #3322ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3322ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3322ff; background: linear-gradient(135deg, #3322ff, #C622FF);