#817cdf
a light, vivid blue · warm · closest name: slateblue
RGB
129, 124, 223
HSL
243°, 61%, 68%
CMYK
42, 44, 0, 13
Luminance
0.2441
Every format
| HEX | #817cdf |
| RGB | rgb(129, 124, 223) |
| HSL | hsl(243, 61%, 68%) |
| CMYK | cmyk(42%, 44%, 0%, 13%) |
| LAB | lab(56.5 26.3 -50.0) |
| LCH | lch(56.5 56.5 297.8) |
| OKLCH | oklch(0.635 0.146 283.7) |
Copy-ready code
/* CSS */
color: #817cdf;
background-color: #817cdf;
/* Tailwind (arbitrary) */
class="text-[#817cdf] bg-[#817cdf]"
/* SCSS */
$brand: #817cdf;
/* SwiftUI */
Color(red: 0.506, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#817cdf")Accessibility — WCAG contrast
Aa
#817cdf on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#817cdf on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green48.6%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#817cdf text on a black background
contrast 5.88:1
Card sample
#817cdf text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #817cdf;
Background color
Panel with #817cdf background
background-color: #817cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #817cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #817cdf; background: linear-gradient(135deg, #817cdf, #C37CDF);