#7752cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 82, 207
HSL
258°, 57%, 57%
CMYK
43, 60, 0, 19
Luminance
0.1446
Every format
| HEX | #7752cf |
| RGB | rgb(119, 82, 207) |
| HSL | hsl(258, 57%, 57%) |
| CMYK | cmyk(43%, 60%, 0%, 19%) |
| LAB | lab(44.9 44.0 -59.6) |
| LCH | lch(44.9 74.1 306.4) |
| OKLCH | oklch(0.544 0.184 292.9) |
Copy-ready code
/* CSS */
color: #7752cf;
background-color: #7752cf;
/* Tailwind (arbitrary) */
class="text-[#7752cf] bg-[#7752cf]"
/* SCSS */
$brand: #7752cf;
/* SwiftUI */
Color(red: 0.467, green: 0.322, blue: 0.812)
/* Android */
Color.parseColor("#7752cf")Accessibility — WCAG contrast
Aa
#7752cf on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7752cf on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green32.2%
Blue81.2%
CMYK percentages
Cyan42.5%
Magenta60.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7752cf text on a black background
contrast 3.89:1
Card sample
#7752cf text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7752cf;
Background color
Panel with #7752cf background
background-color: #7752cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7752cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 82, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 82, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7752cf; background: linear-gradient(135deg, #7752cf, #CA52CF);