#7d5cd6
a balanced, vivid violet · warm · closest name: slateblue
RGB
125, 92, 214
HSL
256°, 60%, 60%
CMYK
42, 57, 0, 16
Luminance
0.1687
Every format
| HEX | #7d5cd6 |
| RGB | rgb(125, 92, 214) |
| HSL | hsl(256, 60%, 60%) |
| CMYK | cmyk(42%, 57%, 0%, 16%) |
| LAB | lab(48.1 41.6 -58.4) |
| LCH | lch(48.1 71.7 305.5) |
| OKLCH | oklch(0.570 0.179 292.2) |
Copy-ready code
/* CSS */
color: #7d5cd6;
background-color: #7d5cd6;
/* Tailwind (arbitrary) */
class="text-[#7d5cd6] bg-[#7d5cd6]"
/* SCSS */
$brand: #7d5cd6;
/* SwiftUI */
Color(red: 0.490, green: 0.361, blue: 0.839)
/* Android */
Color.parseColor("#7d5cd6")Accessibility — WCAG contrast
Aa
#7d5cd6 on white: 4.80:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7d5cd6 on black: 4.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green36.1%
Blue83.9%
CMYK percentages
Cyan41.6%
Magenta57.0%
Yellow0.0%
Key (black)16.1%
Color previews
#7d5cd6 text on a black background
contrast 4.37:1
Card sample
#7d5cd6 text on a white background
contrast 4.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7d5cd6;
Background color
Panel with #7d5cd6 background
background-color: #7d5cd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7d5cd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 92, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 92, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7d5cd6; background: linear-gradient(135deg, #7d5cd6, #CE5CD6);