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