#8772cc
a balanced, vivid blue · warm · closest name: slateblue
RGB
135, 114, 204
HSL
254°, 47%, 62%
CMYK
34, 44, 0, 20
Luminance
0.2155
Every format
| HEX | #8772cc |
| RGB | rgb(135, 114, 204) |
| HSL | hsl(254, 47%, 62%) |
| CMYK | cmyk(34%, 44%, 0%, 20%) |
| LAB | lab(53.5 28.6 -43.9) |
| LCH | lch(53.5 52.4 303.0) |
| OKLCH | oklch(0.611 0.134 292.7) |
Copy-ready code
/* CSS */
color: #8772cc;
background-color: #8772cc;
/* Tailwind (arbitrary) */
class="text-[#8772cc] bg-[#8772cc]"
/* SCSS */
$brand: #8772cc;
/* SwiftUI */
Color(red: 0.529, green: 0.447, blue: 0.800)
/* Android */
Color.parseColor("#8772cc")Accessibility — WCAG contrast
Aa
#8772cc on white: 3.96:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8772cc on black: 5.31:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.7%
Blue80.0%
CMYK percentages
Cyan33.8%
Magenta44.1%
Yellow0.0%
Key (black)20.0%
Color previews
#8772cc text on a black background
contrast 5.31:1
Card sample
#8772cc text on a white background
contrast 3.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8772cc;
Background color
Panel with #8772cc background
background-color: #8772cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8772cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 114, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 114, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8772cc; background: linear-gradient(135deg, #8772cc, #C372CC);