#8770db
a balanced, vivid blue · warm · closest name: slateblue
RGB
135, 112, 219
HSL
253°, 60%, 65%
CMYK
38, 49, 0, 14
Luminance
0.2185
Every format
| HEX | #8770db |
| RGB | rgb(135, 112, 219) |
| HSL | hsl(253, 60%, 65%) |
| CMYK | cmyk(38%, 49%, 0%, 14%) |
| LAB | lab(53.9 33.8 -51.9) |
| LCH | lch(53.9 61.9 303.0) |
| OKLCH | oklch(0.616 0.157 290.9) |
Copy-ready code
/* CSS */
color: #8770db;
background-color: #8770db;
/* Tailwind (arbitrary) */
class="text-[#8770db] bg-[#8770db]"
/* SCSS */
$brand: #8770db;
/* SwiftUI */
Color(red: 0.529, green: 0.439, blue: 0.859)
/* Android */
Color.parseColor("#8770db")Accessibility — WCAG contrast
Aa
#8770db on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#8770db on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.9%
Green43.9%
Blue85.9%
CMYK percentages
Cyan38.4%
Magenta48.9%
Yellow0.0%
Key (black)14.1%
Color previews
#8770db text on a black background
contrast 5.37:1
Card sample
#8770db text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #8770db;
Background color
Panel with #8770db background
background-color: #8770db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #8770db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(135, 112, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(135, 112, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #8770db; background: linear-gradient(135deg, #8770db, #CE70DB);