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