#807ade
a light, vivid blue · warm · closest name: slateblue
RGB
128, 122, 222
HSL
244°, 60%, 68%
CMYK
42, 45, 0, 13
Luminance
0.2378
Every format
| HEX | #807ade |
| RGB | rgb(128, 122, 222) |
| HSL | hsl(244, 60%, 68%) |
| CMYK | cmyk(42%, 45%, 0%, 13%) |
| LAB | lab(55.9 27.0 -50.5) |
| LCH | lch(55.9 57.2 298.2) |
| OKLCH | oklch(0.630 0.147 284.1) |
Copy-ready code
/* CSS */
color: #807ade;
background-color: #807ade;
/* Tailwind (arbitrary) */
class="text-[#807ade] bg-[#807ade]"
/* SCSS */
$brand: #807ade;
/* SwiftUI */
Color(red: 0.502, green: 0.478, blue: 0.871)
/* Android */
Color.parseColor("#807ade")Accessibility — WCAG contrast
Aa
#807ade on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#807ade on black: 5.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green47.8%
Blue87.1%
CMYK percentages
Cyan42.3%
Magenta45.0%
Yellow0.0%
Key (black)12.9%
Color previews
#807ade text on a black background
contrast 5.76:1
Card sample
#807ade text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #807ade;
Background color
Panel with #807ade background
background-color: #807ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #807ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 122, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 122, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #807ade; background: linear-gradient(135deg, #807ade, #C37ADE);