#7755cc
a balanced, vivid violet · warm · closest name: slateblue
RGB
119, 85, 204
HSL
257°, 54%, 57%
CMYK
42, 58, 0, 20
Luminance
0.1478
Every format
| HEX | #7755cc |
| RGB | rgb(119, 85, 204) |
| HSL | hsl(257, 54%, 57%) |
| CMYK | cmyk(42%, 58%, 0%, 20%) |
| LAB | lab(45.3 41.5 -57.1) |
| LCH | lch(45.3 70.6 306.0) |
| OKLCH | oklch(0.546 0.176 292.8) |
Copy-ready code
/* CSS */
color: #7755cc;
background-color: #7755cc;
/* Tailwind (arbitrary) */
class="text-[#7755cc] bg-[#7755cc]"
/* SCSS */
$brand: #7755cc;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.800)
/* Android */
Color.parseColor("#7755cc")Accessibility — WCAG contrast
Aa
#7755cc on white: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7755cc on black: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue80.0%
CMYK percentages
Cyan41.7%
Magenta58.3%
Yellow0.0%
Key (black)20.0%
Color previews
#7755cc text on a black background
contrast 3.96:1
Card sample
#7755cc text on a white background
contrast 5.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7755cc;
Background color
Panel with #7755cc background
background-color: #7755cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7755cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7755cc; background: linear-gradient(135deg, #7755cc, #C655CC);