#7755ee
a balanced, electric blue · warm · closest name: slateblue
RGB
119, 85, 238
HSL
253°, 82%, 63%
CMYK
50, 64, 0, 7
Luminance
0.1659
Every format
| HEX | #7755ee |
| RGB | rgb(119, 85, 238) |
| HSL | hsl(253, 82%, 63%) |
| CMYK | cmyk(50%, 64%, 0%, 7%) |
| LAB | lab(47.7 51.0 -72.6) |
| LCH | lch(47.7 88.7 305.1) |
| OKLCH | oklch(0.571 0.218 287.6) |
Copy-ready code
/* CSS */
color: #7755ee;
background-color: #7755ee;
/* Tailwind (arbitrary) */
class="text-[#7755ee] bg-[#7755ee]"
/* SCSS */
$brand: #7755ee;
/* SwiftUI */
Color(red: 0.467, green: 0.333, blue: 0.933)
/* Android */
Color.parseColor("#7755ee")Accessibility — WCAG contrast
Aa
#7755ee on white: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#7755ee on black: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green33.3%
Blue93.3%
CMYK percentages
Cyan50.0%
Magenta64.3%
Yellow0.0%
Key (black)6.7%
Color previews
#7755ee text on a black background
contrast 4.32:1
Card sample
#7755ee text on a white background
contrast 4.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7755ee;
Background color
Panel with #7755ee background
background-color: #7755ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7755ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 85, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 85, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7755ee; background: linear-gradient(135deg, #7755ee, #DD55EE);