#8772cf
a balanced, vivid blue · warm · closest name: slateblue
RGB
135, 114, 207
HSL
254°, 49%, 63%
CMYK
35, 45, 0, 19
Luminance
0.2169
Every format
| HEX | #8772cf |
| RGB | rgb(135, 114, 207) |
| HSL | hsl(254, 49%, 63%) |
| CMYK | cmyk(35%, 45%, 0%, 19%) |
| LAB | lab(53.7 29.4 -45.4) |
| LCH | lch(53.7 54.1 302.9) |
| OKLCH | oklch(0.613 0.138 292.2) |
Copy-ready code
/* CSS */
color: #8772cf;
background-color: #8772cf;
/* Tailwind (arbitrary) */
class="text-[#8772cf] bg-[#8772cf]"
/* SCSS */
$brand: #8772cf;
/* SwiftUI */
Color(red: 0.529, green: 0.447, blue: 0.812)
/* Android */
Color.parseColor("#8772cf")Accessibility — WCAG contrast
Aa
#8772cf on white: 3.93:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8772cf on black: 5.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.7%
Blue81.2%
CMYK percentages
Cyan34.8%
Magenta44.9%
Yellow0.0%
Key (black)18.8%
Color previews
#8772cf text on a black background
contrast 5.34:1
Card sample
#8772cf text on a white background
contrast 3.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8772cf;
Background color
Panel with #8772cf background
background-color: #8772cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8772cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 114, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 114, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8772cf; background: linear-gradient(135deg, #8772cf, #C572CF);