#835cdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 92, 223
HSL
258°, 67%, 62%
CMYK
41, 59, 0, 13
Luminance
0.1781
Every format
| HEX | #835cdf |
| RGB | rgb(131, 92, 223) |
| HSL | hsl(258, 67%, 62%) |
| CMYK | cmyk(41%, 59%, 0%, 13%) |
| LAB | lab(49.3 45.4 -61.6) |
| LCH | lch(49.3 76.5 306.4) |
| OKLCH | oklch(0.582 0.191 293.3) |
Copy-ready code
/* CSS */
color: #835cdf;
background-color: #835cdf;
/* Tailwind (arbitrary) */
class="text-[#835cdf] bg-[#835cdf]"
/* SCSS */
$brand: #835cdf;
/* SwiftUI */
Color(red: 0.514, green: 0.361, blue: 0.875)
/* Android */
Color.parseColor("#835cdf")Accessibility — WCAG contrast
Aa
#835cdf on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835cdf on black: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green36.1%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta58.7%
Yellow0.0%
Key (black)12.5%
Color previews
#835cdf text on a black background
contrast 4.56:1
Card sample
#835cdf text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835cdf;
Background color
Panel with #835cdf background
background-color: #835cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 92, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 92, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835cdf; background: linear-gradient(135deg, #835cdf, #DA5CDF);