#815cb4
a balanced, soft violet · warm · closest name: slateblue
RGB
129, 92, 180
HSL
265°, 37%, 53%
CMYK
28, 49, 0, 29
Luminance
0.1562
Every format
| HEX | #815cb4 |
| RGB | rgb(129, 92, 180) |
| HSL | hsl(265, 37%, 53%) |
| CMYK | cmyk(28%, 49%, 0%, 29%) |
| LAB | lab(46.5 33.6 -41.4) |
| LCH | lch(46.5 53.3 309.1) |
| OKLCH | oklch(0.552 0.136 301.5) |
Copy-ready code
/* CSS */
color: #815cb4;
background-color: #815cb4;
/* Tailwind (arbitrary) */
class="text-[#815cb4] bg-[#815cb4]"
/* SCSS */
$brand: #815cb4;
/* SwiftUI */
Color(red: 0.506, green: 0.361, blue: 0.706)
/* Android */
Color.parseColor("#815cb4")Accessibility — WCAG contrast
Aa
#815cb4 on white: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#815cb4 on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green36.1%
Blue70.6%
CMYK percentages
Cyan28.3%
Magenta48.9%
Yellow0.0%
Key (black)29.4%
Color previews
#815cb4 text on a black background
contrast 4.12:1
Card sample
#815cb4 text on a white background
contrast 5.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #815cb4;
Background color
Panel with #815cb4 background
background-color: #815cb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #815cb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 92, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 92, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #815cb4; background: linear-gradient(135deg, #815cb4, #B45CAC);