#4348eb
a balanced, electric blue · warm · closest name: slateblue
RGB
67, 72, 235
HSL
238°, 81%, 59%
CMYK
72, 69, 0, 8
Luminance
0.1183
Every format
| HEX | #4348eb |
| RGB | rgb(67, 72, 235) |
| HSL | hsl(238, 81%, 59%) |
| CMYK | cmyk(72%, 69%, 0%, 8%) |
| LAB | lab(40.9 50.1 -82.2) |
| LCH | lch(40.9 96.3 301.4) |
| OKLCH | oklch(0.512 0.238 272.9) |
Copy-ready code
/* CSS */
color: #4348eb;
background-color: #4348eb;
/* Tailwind (arbitrary) */
class="text-[#4348eb] bg-[#4348eb]"
/* SCSS */
$brand: #4348eb;
/* SwiftUI */
Color(red: 0.263, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#4348eb")Accessibility — WCAG contrast
Aa
#4348eb on white: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#4348eb on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red26.3%
Green28.2%
Blue92.2%
CMYK percentages
Cyan71.5%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#4348eb text on a black background
contrast 3.37:1
Card sample
#4348eb text on a white background
contrast 6.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4348eb;
Background color
Panel with #4348eb background
background-color: #4348eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4348eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(67, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(67, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4348eb; background: linear-gradient(135deg, #4348eb, #AE43EB);