#815eb5
a balanced, soft violet · warm · closest name: slateblue
RGB
129, 94, 181
HSL
264°, 37%, 54%
CMYK
29, 48, 0, 29
Luminance
0.1601
Every format
| HEX | #815eb5 |
| RGB | rgb(129, 94, 181) |
| HSL | hsl(264, 37%, 54%) |
| CMYK | cmyk(29%, 48%, 0%, 29%) |
| LAB | lab(47.0 32.7 -41.1) |
| LCH | lch(47.0 52.5 308.5) |
| OKLCH | oklch(0.556 0.134 300.7) |
Copy-ready code
/* CSS */
color: #815eb5;
background-color: #815eb5;
/* Tailwind (arbitrary) */
class="text-[#815eb5] bg-[#815eb5]"
/* SCSS */
$brand: #815eb5;
/* SwiftUI */
Color(red: 0.506, green: 0.369, blue: 0.710)
/* Android */
Color.parseColor("#815eb5")Accessibility — WCAG contrast
Aa
#815eb5 on white: 5.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#815eb5 on black: 4.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green36.9%
Blue71.0%
CMYK percentages
Cyan28.7%
Magenta48.1%
Yellow0.0%
Key (black)29.0%
Color previews
#815eb5 text on a black background
contrast 4.20:1
Card sample
#815eb5 text on a white background
contrast 5.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #815eb5;
Background color
Panel with #815eb5 background
background-color: #815eb5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #815eb5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 94, 181, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 94, 181, 0.45);
Border & gradient
Gradient panel
border: 3px solid #815eb5; background: linear-gradient(135deg, #815eb5, #B55EAF);