#7052eb
a balanced, electric blue · warm · closest name: slateblue
RGB
112, 82, 235
HSL
252°, 79%, 62%
CMYK
52, 65, 0, 8
Luminance
0.1548
Every format
| HEX | #7052eb |
| RGB | rgb(112, 82, 235) |
| HSL | hsl(252, 79%, 62%) |
| CMYK | cmyk(52%, 65%, 0%, 8%) |
| LAB | lab(46.3 50.6 -73.3) |
| LCH | lch(46.3 89.0 304.6) |
| OKLCH | oklch(0.559 0.219 285.9) |
Copy-ready code
/* CSS */
color: #7052eb;
background-color: #7052eb;
/* Tailwind (arbitrary) */
class="text-[#7052eb] bg-[#7052eb]"
/* SCSS */
$brand: #7052eb;
/* SwiftUI */
Color(red: 0.439, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#7052eb")Accessibility — WCAG contrast
Aa
#7052eb on white: 5.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7052eb on black: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.9%
Green32.2%
Blue92.2%
CMYK percentages
Cyan52.3%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7052eb text on a black background
contrast 4.10:1
Card sample
#7052eb text on a white background
contrast 5.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7052eb;
Background color
Panel with #7052eb background
background-color: #7052eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7052eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(112, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(112, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7052eb; background: linear-gradient(135deg, #7052eb, #D652EB);