#7d52be
a balanced, vivid violet · warm · closest name: slateblue
RGB
125, 82, 190
HSL
264°, 45%, 53%
CMYK
34, 57, 0, 26
Luminance
0.1411
Every format
| HEX | #7d52be |
| RGB | rgb(125, 82, 190) |
| HSL | hsl(264, 45%, 53%) |
| CMYK | cmyk(34%, 57%, 0%, 26%) |
| LAB | lab(44.4 40.8 -50.5) |
| LCH | lch(44.4 65.0 308.9) |
| OKLCH | oklch(0.538 0.164 299.2) |
Copy-ready code
/* CSS */
color: #7d52be;
background-color: #7d52be;
/* Tailwind (arbitrary) */
class="text-[#7d52be] bg-[#7d52be]"
/* SCSS */
$brand: #7d52be;
/* SwiftUI */
Color(red: 0.490, green: 0.322, blue: 0.745)
/* Android */
Color.parseColor("#7d52be")Accessibility — WCAG contrast
Aa
#7d52be on white: 5.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d52be on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green32.2%
Blue74.5%
CMYK percentages
Cyan34.2%
Magenta56.8%
Yellow0.0%
Key (black)25.5%
Color previews
#7d52be text on a black background
contrast 3.82:1
Card sample
#7d52be text on a white background
contrast 5.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d52be;
Background color
Panel with #7d52be background
background-color: #7d52be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d52be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 82, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 82, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d52be; background: linear-gradient(135deg, #7d52be, #BE52B7);