#8772eb
a light, electric blue · warm · closest name: slateblue
RGB
135, 114, 235
HSL
250°, 75%, 68%
CMYK
43, 52, 0, 8
Luminance
0.2318
Every format
| HEX | #8772eb |
| RGB | rgb(135, 114, 235) |
| HSL | hsl(250, 75%, 68%) |
| CMYK | cmyk(43%, 52%, 0%, 8%) |
| LAB | lab(55.3 37.0 -58.7) |
| LCH | lch(55.3 69.4 302.3) |
| OKLCH | oklch(0.629 0.175 288.3) |
Copy-ready code
/* CSS */
color: #8772eb;
background-color: #8772eb;
/* Tailwind (arbitrary) */
class="text-[#8772eb] bg-[#8772eb]"
/* SCSS */
$brand: #8772eb;
/* SwiftUI */
Color(red: 0.529, green: 0.447, blue: 0.922)
/* Android */
Color.parseColor("#8772eb")Accessibility — WCAG contrast
Aa
#8772eb on white: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8772eb on black: 5.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green44.7%
Blue92.2%
CMYK percentages
Cyan42.6%
Magenta51.5%
Yellow0.0%
Key (black)7.8%
Color previews
#8772eb text on a black background
contrast 5.64:1
Card sample
#8772eb text on a white background
contrast 3.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8772eb;
Background color
Panel with #8772eb background
background-color: #8772eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8772eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 114, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 114, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8772eb; background: linear-gradient(135deg, #8772eb, #D872EB);