#8771f4
a light, electric blue · warm · closest name: slateblue
RGB
135, 113, 244
HSL
250°, 86%, 70%
CMYK
45, 54, 0, 4
Luminance
0.2349
Every format
| HEX | #8771f4 |
| RGB | rgb(135, 113, 244) |
| HSL | hsl(250, 86%, 70%) |
| CMYK | cmyk(45%, 54%, 0%, 4%) |
| LAB | lab(55.6 40.1 -63.2) |
| LCH | lch(55.6 74.8 302.4) |
| OKLCH | oklch(0.633 0.189 287.5) |
Copy-ready code
/* CSS */
color: #8771f4;
background-color: #8771f4;
/* Tailwind (arbitrary) */
class="text-[#8771f4] bg-[#8771f4]"
/* SCSS */
$brand: #8771f4;
/* SwiftUI */
Color(red: 0.529, green: 0.443, blue: 0.957)
/* Android */
Color.parseColor("#8771f4")Accessibility — WCAG contrast
Aa
#8771f4 on white: 3.69:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8771f4 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.3%
Blue95.7%
CMYK percentages
Cyan44.7%
Magenta53.7%
Yellow0.0%
Key (black)4.3%
Color previews
#8771f4 text on a black background
contrast 5.70:1
Card sample
#8771f4 text on a white background
contrast 3.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8771f4;
Background color
Panel with #8771f4 background
background-color: #8771f4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8771f4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 113, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 113, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8771f4; background: linear-gradient(135deg, #8771f4, #DE71F4);