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