#3448eb
a balanced, electric blue · warm · closest name: slateblue
RGB
52, 72, 235
HSL
233°, 82%, 56%
CMYK
78, 69, 0, 8
Luminance
0.1136
Every format
| HEX | #3448eb |
| RGB | rgb(52, 72, 235) |
| HSL | hsl(233, 82%, 56%) |
| CMYK | cmyk(78%, 69%, 0%, 8%) |
| LAB | lab(40.2 48.8 -83.5) |
| LCH | lch(40.2 96.7 300.3) |
| OKLCH | oklch(0.504 0.242 269.3) |
Copy-ready code
/* CSS */
color: #3448eb;
background-color: #3448eb;
/* Tailwind (arbitrary) */
class="text-[#3448eb] bg-[#3448eb]"
/* SCSS */
$brand: #3448eb;
/* SwiftUI */
Color(red: 0.204, green: 0.282, blue: 0.922)
/* Android */
Color.parseColor("#3448eb")Accessibility — WCAG contrast
Aa
#3448eb on white: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3448eb on black: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red20.4%
Green28.2%
Blue92.2%
CMYK percentages
Cyan77.9%
Magenta69.4%
Yellow0.0%
Key (black)7.8%
Color previews
#3448eb text on a black background
contrast 3.27:1
Card sample
#3448eb text on a white background
contrast 6.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3448eb;
Background color
Panel with #3448eb background
background-color: #3448eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3448eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(52, 72, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(52, 72, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3448eb; background: linear-gradient(135deg, #3448eb, #9A34EB);