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