#8784eb
a light, vivid blue · warm · closest name: royalblue
RGB
135, 132, 235
HSL
242°, 72%, 72%
CMYK
43, 44, 0, 8
Luminance
0.2765
Every format
| HEX | #8784eb |
| RGB | rgb(135, 132, 235) |
| HSL | hsl(242, 72%, 72%) |
| CMYK | cmyk(43%, 44%, 0%, 8%) |
| LAB | lab(59.6 26.5 -51.8) |
| LCH | lch(59.6 58.2 297.1) |
| OKLCH | oklch(0.662 0.150 282.8) |
Copy-ready code
/* CSS */
color: #8784eb;
background-color: #8784eb;
/* Tailwind (arbitrary) */
class="text-[#8784eb] bg-[#8784eb]"
/* SCSS */
$brand: #8784eb;
/* SwiftUI */
Color(red: 0.529, green: 0.518, blue: 0.922)
/* Android */
Color.parseColor("#8784eb")Accessibility — WCAG contrast
Aa
#8784eb on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8784eb on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green51.8%
Blue92.2%
CMYK percentages
Cyan42.6%
Magenta43.8%
Yellow0.0%
Key (black)7.8%
Color previews
#8784eb text on a black background
contrast 6.53:1
Card sample
#8784eb text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8784eb;
Background color
Panel with #8784eb background
background-color: #8784eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8784eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 132, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 132, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8784eb; background: linear-gradient(135deg, #8784eb, #CC84EB);