#3407eb
a balanced, electric blue · warm · closest name: blue
RGB
52, 7, 235
HSL
252°, 94%, 48%
CMYK
78, 97, 0, 8
Luminance
0.0688
Every format
| HEX | #3407eb |
| RGB | rgb(52, 7, 235) |
| HSL | hsl(252, 94%, 48%) |
| CMYK | cmyk(78%, 97%, 0%, 8%) |
| LAB | lab(31.5 74.0 -97.8) |
| LCH | lch(31.5 122.6 307.1) |
| OKLCH | oklch(0.444 0.282 272.1) |
Copy-ready code
/* CSS */
color: #3407eb;
background-color: #3407eb;
/* Tailwind (arbitrary) */
class="text-[#3407eb] bg-[#3407eb]"
/* SCSS */
$brand: #3407eb;
/* SwiftUI */
Color(red: 0.204, green: 0.027, blue: 0.922)
/* Android */
Color.parseColor("#3407eb")Accessibility — WCAG contrast
Aa
#3407eb on white: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#3407eb on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green2.7%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta97.0%
Yellow0.0%
Key (black)7.8%
Color previews
#3407eb text on a black background
contrast 2.38:1
Card sample
#3407eb text on a white background
contrast 8.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3407eb;
Background color
Panel with #3407eb background
background-color: #3407eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3407eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 7, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 7, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3407eb; background: linear-gradient(135deg, #3407eb, #CC07EB);