#7552ba
a balanced, soft violet · warm · closest name: slateblue
RGB
117, 82, 186
HSL
260°, 43%, 53%
CMYK
37, 56, 0, 27
Luminance
0.1336
Every format
| HEX | #7552ba |
| RGB | rgb(117, 82, 186) |
| HSL | hsl(260, 43%, 53%) |
| CMYK | cmyk(37%, 56%, 0%, 27%) |
| LAB | lab(43.3 37.8 -50.0) |
| LCH | lch(43.3 62.7 307.1) |
| OKLCH | oklch(0.527 0.158 296.1) |
Copy-ready code
/* CSS */
color: #7552ba;
background-color: #7552ba;
/* Tailwind (arbitrary) */
class="text-[#7552ba] bg-[#7552ba]"
/* SCSS */
$brand: #7552ba;
/* SwiftUI */
Color(red: 0.459, green: 0.322, blue: 0.729)
/* Android */
Color.parseColor("#7552ba")Accessibility — WCAG contrast
Aa
#7552ba on white: 5.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7552ba on black: 3.67:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red45.9%
Green32.2%
Blue72.9%
CMYK percentages
Cyan37.1%
Magenta55.9%
Yellow0.0%
Key (black)27.1%
Color previews
#7552ba text on a black background
contrast 3.67:1
Card sample
#7552ba text on a white background
contrast 5.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7552ba;
Background color
Panel with #7552ba background
background-color: #7552ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7552ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(117, 82, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(117, 82, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7552ba; background: linear-gradient(135deg, #7552ba, #BA52BA);