#7650cf
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 80, 207
HSL
258°, 57%, 56%
CMYK
43, 61, 0, 19
Luminance
0.1409
Every format
| HEX | #7650cf |
| RGB | rgb(118, 80, 207) |
| HSL | hsl(258, 57%, 56%) |
| CMYK | cmyk(43%, 61%, 0%, 19%) |
| LAB | lab(44.4 44.9 -60.4) |
| LCH | lch(44.4 75.3 306.6) |
| OKLCH | oklch(0.539 0.187 292.8) |
Copy-ready code
/* CSS */
color: #7650cf;
background-color: #7650cf;
/* Tailwind (arbitrary) */
class="text-[#7650cf] bg-[#7650cf]"
/* SCSS */
$brand: #7650cf;
/* SwiftUI */
Color(red: 0.463, green: 0.314, blue: 0.812)
/* Android */
Color.parseColor("#7650cf")Accessibility — WCAG contrast
Aa
#7650cf on white: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7650cf on black: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green31.4%
Blue81.2%
CMYK percentages
Cyan43.0%
Magenta61.4%
Yellow0.0%
Key (black)18.8%
Color previews
#7650cf text on a black background
contrast 3.82:1
Card sample
#7650cf text on a white background
contrast 5.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7650cf;
Background color
Panel with #7650cf background
background-color: #7650cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7650cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 80, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 80, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7650cf; background: linear-gradient(135deg, #7650cf, #CB50CF);