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