#7655ff
a light, electric blue · warm · closest name: slateblue
RGB
118, 85, 255
HSL
252°, 100%, 67%
CMYK
54, 67, 0, 0
Luminance
0.1757
Every format
| HEX | #7655ff |
| RGB | rgb(118, 85, 255) |
| HSL | hsl(252, 100%, 67%) |
| CMYK | cmyk(54%, 67%, 0%, 0%) |
| LAB | lab(49.0 55.7 -80.1) |
| LCH | lch(49.0 97.5 304.8) |
| OKLCH | oklch(0.584 0.238 285.2) |
Copy-ready code
/* CSS */
color: #7655ff;
background-color: #7655ff;
/* Tailwind (arbitrary) */
class="text-[#7655ff] bg-[#7655ff]"
/* SCSS */
$brand: #7655ff;
/* SwiftUI */
Color(red: 0.463, green: 0.333, blue: 1.000)
/* Android */
Color.parseColor("#7655ff")Accessibility — WCAG contrast
Aa
#7655ff on white: 4.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7655ff on black: 4.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.3%
Green33.3%
Blue100.0%
CMYK percentages
Cyan53.7%
Magenta66.7%
Yellow0.0%
Key (black)0.0%
Color previews
#7655ff text on a black background
contrast 4.51:1
Card sample
#7655ff text on a white background
contrast 4.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7655ff;
Background color
Panel with #7655ff background
background-color: #7655ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7655ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(118, 85, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(118, 85, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7655ff; background: linear-gradient(135deg, #7655ff, #E755FF);