#815cdb
a balanced, vivid violet · warm · closest name: slateblue
RGB
129, 92, 219
HSL
258°, 64%, 61%
CMYK
41, 58, 0, 14
Luminance
0.1744
Every format
| HEX | #815cdb |
| RGB | rgb(129, 92, 219) |
| HSL | hsl(258, 64%, 61%) |
| CMYK | cmyk(41%, 58%, 0%, 14%) |
| LAB | lab(48.8 43.8 -60.1) |
| LCH | lch(48.8 74.4 306.1) |
| OKLCH | oklch(0.577 0.186 293.1) |
Copy-ready code
/* CSS */
color: #815cdb;
background-color: #815cdb;
/* Tailwind (arbitrary) */
class="text-[#815cdb] bg-[#815cdb]"
/* SCSS */
$brand: #815cdb;
/* SwiftUI */
Color(red: 0.506, green: 0.361, blue: 0.859)
/* Android */
Color.parseColor("#815cdb")Accessibility — WCAG contrast
Aa
#815cdb on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#815cdb on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.6%
Green36.1%
Blue85.9%
CMYK percentages
Cyan41.1%
Magenta58.0%
Yellow0.0%
Key (black)14.1%
Color previews
#815cdb text on a black background
contrast 4.49:1
Card sample
#815cdb text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #815cdb;
Background color
Panel with #815cdb background
background-color: #815cdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #815cdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(129, 92, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(129, 92, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #815cdb; background: linear-gradient(135deg, #815cdb, #D65CDB);