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