#4342eb
a balanced, electric blue · warm · closest name: slateblue
RGB
67, 66, 235
HSL
240°, 81%, 59%
CMYK
72, 72, 0, 8
Luminance
0.1109
Every format
| HEX | #4342eb |
| RGB | rgb(67, 66, 235) |
| HSL | hsl(240, 81%, 59%) |
| CMYK | cmyk(72%, 72%, 0%, 8%) |
| LAB | lab(39.7 53.5 -84.2) |
| LCH | lch(39.7 99.7 302.4) |
| OKLCH | oklch(0.503 0.244 273.5) |
Copy-ready code
/* CSS */
color: #4342eb;
background-color: #4342eb;
/* Tailwind (arbitrary) */
class="text-[#4342eb] bg-[#4342eb]"
/* SCSS */
$brand: #4342eb;
/* SwiftUI */
Color(red: 0.263, green: 0.259, blue: 0.922)
/* Android */
Color.parseColor("#4342eb")Accessibility — WCAG contrast
Aa
#4342eb on white: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4342eb on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green25.9%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta71.9%
Yellow0.0%
Key (black)7.8%
Color previews
#4342eb text on a black background
contrast 3.22:1
Card sample
#4342eb text on a white background
contrast 6.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4342eb;
Background color
Panel with #4342eb background
background-color: #4342eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4342eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 66, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 66, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4342eb; background: linear-gradient(135deg, #4342eb, #B442EB);