#816fdf
a light, vivid blue · warm · closest name: slateblue
RGB
129, 111, 223
HSL
250°, 64%, 66%
CMYK
42, 50, 0, 13
Luminance
0.2136
Every format
| HEX | #816fdf |
| RGB | rgb(129, 111, 223) |
| HSL | hsl(250, 64%, 66%) |
| CMYK | cmyk(42%, 50%, 0%, 13%) |
| LAB | lab(53.3 34.0 -55.0) |
| LCH | lch(53.3 64.7 301.7) |
| OKLCH | oklch(0.612 0.164 287.9) |
Copy-ready code
/* CSS */
color: #816fdf;
background-color: #816fdf;
/* Tailwind (arbitrary) */
class="text-[#816fdf] bg-[#816fdf]"
/* SCSS */
$brand: #816fdf;
/* SwiftUI */
Color(red: 0.506, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#816fdf")Accessibility — WCAG contrast
Aa
#816fdf on white: 3.98:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#816fdf on black: 5.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green43.5%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#816fdf text on a black background
contrast 5.27:1
Card sample
#816fdf text on a white background
contrast 3.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #816fdf;
Background color
Panel with #816fdf background
background-color: #816fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #816fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #816fdf; background: linear-gradient(135deg, #816fdf, #CC6FDF);