#815fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
129, 95, 223
HSL
256°, 67%, 62%
CMYK
42, 57, 0, 13
Luminance
0.1818
Every format
| HEX | #815fdf |
| RGB | rgb(129, 95, 223) |
| HSL | hsl(256, 67%, 62%) |
| CMYK | cmyk(42%, 57%, 0%, 13%) |
| LAB | lab(49.7 43.2 -60.9) |
| LCH | lch(49.7 74.7 305.4) |
| OKLCH | oklch(0.585 0.187 291.8) |
Copy-ready code
/* CSS */
color: #815fdf;
background-color: #815fdf;
/* Tailwind (arbitrary) */
class="text-[#815fdf] bg-[#815fdf]"
/* SCSS */
$brand: #815fdf;
/* SwiftUI */
Color(red: 0.506, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#815fdf")Accessibility — WCAG contrast
Aa
#815fdf on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#815fdf on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green37.3%
Blue87.5%
CMYK percentages
Cyan42.2%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#815fdf text on a black background
contrast 4.64:1
Card sample
#815fdf text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #815fdf;
Background color
Panel with #815fdf background
background-color: #815fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #815fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #815fdf; background: linear-gradient(135deg, #815fdf, #D65FDF);