#816ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
129, 106, 222
HSL
252°, 64%, 64%
CMYK
42, 52, 0, 13
Luminance
0.2025
Every format
| HEX | #816ade |
| RGB | rgb(129, 106, 222) |
| HSL | hsl(252, 64%, 64%) |
| CMYK | cmyk(42%, 52%, 0%, 13%) |
| LAB | lab(52.1 36.6 -56.4) |
| LCH | lch(52.1 67.3 303.0) |
| OKLCH | oklch(0.602 0.170 289.4) |
Copy-ready code
/* CSS */
color: #816ade;
background-color: #816ade;
/* Tailwind (arbitrary) */
class="text-[#816ade] bg-[#816ade]"
/* SCSS */
$brand: #816ade;
/* SwiftUI */
Color(red: 0.506, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#816ade")Accessibility — WCAG contrast
Aa
#816ade on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#816ade on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green41.6%
Blue87.1%
CMYK percentages
Cyan41.9%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#816ade text on a black background
contrast 5.05:1
Card sample
#816ade text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #816ade;
Background color
Panel with #816ade background
background-color: #816ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #816ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #816ade; background: linear-gradient(135deg, #816ade, #CE6ADE);