#8772fd
a light, electric blue · warm · closest name: slateblue
RGB
135, 114, 253
HSL
249°, 97%, 72%
CMYK
47, 55, 0, 1
Luminance
0.2428
Every format
| HEX | #8772fd |
| RGB | rgb(135, 114, 253) |
| HSL | hsl(249, 97%, 72%) |
| CMYK | cmyk(47%, 55%, 0%, 1%) |
| LAB | lab(56.4 42.1 -66.9) |
| LCH | lch(56.4 79.0 302.2) |
| OKLCH | oklch(0.641 0.199 286.3) |
Copy-ready code
/* CSS */
color: #8772fd;
background-color: #8772fd;
/* Tailwind (arbitrary) */
class="text-[#8772fd] bg-[#8772fd]"
/* SCSS */
$brand: #8772fd;
/* SwiftUI */
Color(red: 0.529, green: 0.447, blue: 0.992)
/* Android */
Color.parseColor("#8772fd")Accessibility — WCAG contrast
Aa
#8772fd on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8772fd on black: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.7%
Blue99.2%
CMYK percentages
Cyan46.6%
Magenta54.9%
Yellow0.0%
Key (black)0.8%
Color previews
#8772fd text on a black background
contrast 5.86:1
Card sample
#8772fd text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8772fd;
Background color
Panel with #8772fd background
background-color: #8772fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8772fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 114, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 114, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8772fd; background: linear-gradient(135deg, #8772fd, #E472FD);