#8772df
a light, vivid blue · warm · closest name: slateblue
RGB
135, 114, 223
HSL
252°, 63%, 66%
CMYK
40, 49, 0, 13
Luminance
0.2251
Every format
| HEX | #8772df |
| RGB | rgb(135, 114, 223) |
| HSL | hsl(252, 63%, 66%) |
| CMYK | cmyk(40%, 49%, 0%, 13%) |
| LAB | lab(54.6 33.7 -53.1) |
| LCH | lch(54.6 62.9 302.4) |
| OKLCH | oklch(0.622 0.160 289.8) |
Copy-ready code
/* CSS */
color: #8772df;
background-color: #8772df;
/* Tailwind (arbitrary) */
class="text-[#8772df] bg-[#8772df]"
/* SCSS */
$brand: #8772df;
/* SwiftUI */
Color(red: 0.529, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#8772df")Accessibility — WCAG contrast
Aa
#8772df on white: 3.82:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8772df on black: 5.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.7%
Blue87.5%
CMYK percentages
Cyan39.5%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#8772df text on a black background
contrast 5.50:1
Card sample
#8772df text on a white background
contrast 3.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8772df;
Background color
Panel with #8772df background
background-color: #8772df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8772df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8772df; background: linear-gradient(135deg, #8772df, #D072DF);