#7755aa
a balanced, soft violet · warm · closest name: slateblue
RGB
119, 85, 170
HSL
264°, 33%, 50%
CMYK
30, 50, 0, 33
Luminance
0.1332
Every format
| HEX | #7755aa |
| RGB | rgb(119, 85, 170) |
| HSL | hsl(264, 33%, 50%) |
| CMYK | cmyk(30%, 50%, 0%, 33%) |
| LAB | lab(43.2 32.4 -40.7) |
| LCH | lch(43.2 52.0 308.5) |
| OKLCH | oklch(0.524 0.133 300.4) |
Copy-ready code
/* CSS */
color: #7755aa;
background-color: #7755aa;
/* Tailwind (arbitrary) */
class="text-[#7755aa] bg-[#7755aa]"
/* SCSS */
$brand: #7755aa;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.667)
/* Android */
Color.parseColor("#7755aa")Accessibility — WCAG contrast
Aa
#7755aa on white: 5.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7755aa on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue66.7%
CMYK percentages
Cyan30.0%
Magenta50.0%
Yellow0.0%
Key (black)33.3%
Color previews
#7755aa text on a black background
contrast 3.66:1
Card sample
#7755aa text on a white background
contrast 5.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7755aa;
Background color
Panel with #7755aa background
background-color: #7755aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7755aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7755aa; background: linear-gradient(135deg, #7755aa, #AA55A4);