#7648ba
a balanced, vivid violet · warm · closest name: slateblue
RGB
118, 72, 186
HSL
264°, 45%, 51%
CMYK
37, 61, 0, 27
Luminance
0.1203
Every format
| HEX | #7648ba |
| RGB | rgb(118, 72, 186) |
| HSL | hsl(264, 45%, 51%) |
| CMYK | cmyk(37%, 61%, 0%, 27%) |
| LAB | lab(41.3 43.7 -53.3) |
| LCH | lch(41.3 68.9 309.4) |
| OKLCH | oklch(0.512 0.173 298.7) |
Copy-ready code
/* CSS */
color: #7648ba;
background-color: #7648ba;
/* Tailwind (arbitrary) */
class="text-[#7648ba] bg-[#7648ba]"
/* SCSS */
$brand: #7648ba;
/* SwiftUI */
Color(red: 0.463, green: 0.282, blue: 0.729)
/* Android */
Color.parseColor("#7648ba")Accessibility — WCAG contrast
Aa
#7648ba on white: 6.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7648ba on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green28.2%
Blue72.9%
CMYK percentages
Cyan36.6%
Magenta61.3%
Yellow0.0%
Key (black)27.1%
Color previews
#7648ba text on a black background
contrast 3.41:1
Card sample
#7648ba text on a white background
contrast 6.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7648ba;
Background color
Panel with #7648ba background
background-color: #7648ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7648ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 72, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 72, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7648ba; background: linear-gradient(135deg, #7648ba, #BA48B2);