#7752eb
a balanced, electric blue · warm · closest name: slateblue
RGB
119, 82, 235
HSL
255°, 79%, 62%
CMYK
49, 65, 0, 8
Luminance
0.1595
Every format
| HEX | #7752eb |
| RGB | rgb(119, 82, 235) |
| HSL | hsl(255, 79%, 62%) |
| CMYK | cmyk(49%, 65%, 0%, 8%) |
| LAB | lab(46.9 51.8 -72.2) |
| LCH | lch(46.9 88.9 305.6) |
| OKLCH | oklch(0.565 0.218 288.5) |
Copy-ready code
/* CSS */
color: #7752eb;
background-color: #7752eb;
/* Tailwind (arbitrary) */
class="text-[#7752eb] bg-[#7752eb]"
/* SCSS */
$brand: #7752eb;
/* SwiftUI */
Color(red: 0.467, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#7752eb")Accessibility — WCAG contrast
Aa
#7752eb on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7752eb on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green32.2%
Blue92.2%
CMYK percentages
Cyan49.4%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#7752eb text on a black background
contrast 4.19:1
Card sample
#7752eb text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7752eb;
Background color
Panel with #7752eb background
background-color: #7752eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7752eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7752eb; background: linear-gradient(135deg, #7752eb, #DD52EB);