#3322eb
a balanced, electric blue · warm · closest name: blue
RGB
51, 34, 235
HSL
245°, 83%, 53%
CMYK
78, 86, 0, 8
Luminance
0.0785
Every format
| HEX | #3322eb |
| RGB | rgb(51, 34, 235) |
| HSL | hsl(245, 83%, 53%) |
| CMYK | cmyk(78%, 86%, 0%, 8%) |
| LAB | lab(33.7 67.3 -94.3) |
| LCH | lch(33.7 115.8 305.5) |
| OKLCH | oklch(0.458 0.273 271.4) |
Copy-ready code
/* CSS */
color: #3322eb;
background-color: #3322eb;
/* Tailwind (arbitrary) */
class="text-[#3322eb] bg-[#3322eb]"
/* SCSS */
$brand: #3322eb;
/* SwiftUI */
Color(red: 0.200, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#3322eb")Accessibility — WCAG contrast
Aa
#3322eb on white: 8.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3322eb on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.0%
Green13.3%
Blue92.2%
CMYK percentages
Cyan78.3%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#3322eb text on a black background
contrast 2.57:1
Card sample
#3322eb text on a white background
contrast 8.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3322eb;
Background color
Panel with #3322eb background
background-color: #3322eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3322eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(51, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(51, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3322eb; background: linear-gradient(135deg, #3322eb, #B922EB);