#775ce4
a balanced, vivid blue · warm · closest name: slateblue
RGB
119, 92, 228
HSL
252°, 72%, 63%
CMYK
48, 60, 0, 11
Luminance
0.1718
Every format
| HEX | #775ce4 |
| RGB | rgb(119, 92, 228) |
| HSL | hsl(252, 72%, 63%) |
| CMYK | cmyk(48%, 60%, 0%, 11%) |
| LAB | lab(48.5 44.3 -65.7) |
| LCH | lch(48.5 79.3 304.0) |
| OKLCH | oklch(0.575 0.197 287.6) |
Copy-ready code
/* CSS */
color: #775ce4;
background-color: #775ce4;
/* Tailwind (arbitrary) */
class="text-[#775ce4] bg-[#775ce4]"
/* SCSS */
$brand: #775ce4;
/* SwiftUI */
Color(red: 0.467, green: 0.361, blue: 0.894)
/* Android */
Color.parseColor("#775ce4")Accessibility — WCAG contrast
Aa
#775ce4 on white: 4.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#775ce4 on black: 4.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red46.7%
Green36.1%
Blue89.4%
CMYK percentages
Cyan47.8%
Magenta59.6%
Yellow0.0%
Key (black)10.6%
Color previews
#775ce4 text on a black background
contrast 4.44:1
Card sample
#775ce4 text on a white background
contrast 4.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #775ce4;
Background color
Panel with #775ce4 background
background-color: #775ce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #775ce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(119, 92, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(119, 92, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #775ce4; background: linear-gradient(135deg, #775ce4, #D25CE4);