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