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