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