#835fdf
a balanced, vivid violet · warm · closest name: slateblue
RGB
131, 95, 223
HSL
257°, 67%, 62%
CMYK
41, 57, 0, 13
Luminance
0.1834
Every format
| HEX | #835fdf |
| RGB | rgb(131, 95, 223) |
| HSL | hsl(257, 67%, 62%) |
| CMYK | cmyk(41%, 57%, 0%, 13%) |
| LAB | lab(49.9 43.7 -60.6) |
| LCH | lch(49.9 74.7 305.8) |
| OKLCH | oklch(0.587 0.187 292.7) |
Copy-ready code
/* CSS */
color: #835fdf;
background-color: #835fdf;
/* Tailwind (arbitrary) */
class="text-[#835fdf] bg-[#835fdf]"
/* SCSS */
$brand: #835fdf;
/* SwiftUI */
Color(red: 0.514, green: 0.373, blue: 0.875)
/* Android */
Color.parseColor("#835fdf")Accessibility — WCAG contrast
Aa
#835fdf on white: 4.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#835fdf on black: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red51.4%
Green37.3%
Blue87.5%
CMYK percentages
Cyan41.3%
Magenta57.4%
Yellow0.0%
Key (black)12.5%
Color previews
#835fdf text on a black background
contrast 4.67:1
Card sample
#835fdf text on a white background
contrast 4.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #835fdf;
Background color
Panel with #835fdf background
background-color: #835fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #835fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(131, 95, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(131, 95, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #835fdf; background: linear-gradient(135deg, #835fdf, #D85FDF);