#827fdf
a light, vivid blue · warm · closest name: slateblue
RGB
130, 127, 223
HSL
242°, 60%, 69%
CMYK
42, 43, 0, 13
Luminance
0.2525
Every format
| HEX | #827fdf |
| RGB | rgb(130, 127, 223) |
| HSL | hsl(242, 60%, 69%) |
| CMYK | cmyk(42%, 43%, 0%, 13%) |
| LAB | lab(57.3 24.8 -48.7) |
| LCH | lch(57.3 54.7 297.0) |
| OKLCH | oklch(0.642 0.141 283.1) |
Copy-ready code
/* CSS */
color: #827fdf;
background-color: #827fdf;
/* Tailwind (arbitrary) */
class="text-[#827fdf] bg-[#827fdf]"
/* SCSS */
$brand: #827fdf;
/* SwiftUI */
Color(red: 0.510, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#827fdf")Accessibility — WCAG contrast
Aa
#827fdf on white: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#827fdf on black: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.0%
Green49.8%
Blue87.5%
CMYK percentages
Cyan41.7%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#827fdf text on a black background
contrast 6.05:1
Card sample
#827fdf text on a white background
contrast 3.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #827fdf;
Background color
Panel with #827fdf background
background-color: #827fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #827fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(130, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(130, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #827fdf; background: linear-gradient(135deg, #827fdf, #C27FDF);