#855daf
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 93, 175
HSL
269°, 34%, 53%
CMYK
24, 47, 0, 31
Luminance
0.1591
Every format
| HEX | #855daf |
| RGB | rgb(133, 93, 175) |
| HSL | hsl(269, 34%, 53%) |
| CMYK | cmyk(24%, 47%, 0%, 31%) |
| LAB | lab(46.9 32.9 -37.8) |
| LCH | lch(46.9 50.1 311.0) |
| OKLCH | oklch(0.555 0.129 305.1) |
Copy-ready code
/* CSS */
color: #855daf;
background-color: #855daf;
/* Tailwind (arbitrary) */
class="text-[#855daf] bg-[#855daf]"
/* SCSS */
$brand: #855daf;
/* SwiftUI */
Color(red: 0.522, green: 0.365, blue: 0.686)
/* Android */
Color.parseColor("#855daf")Accessibility — WCAG contrast
Aa
#855daf on white: 5.02:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855daf on black: 4.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green36.5%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta46.9%
Yellow0.0%
Key (black)31.4%
Color previews
#855daf text on a black background
contrast 4.18:1
Card sample
#855daf text on a white background
contrast 5.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855daf;
Background color
Panel with #855daf background
background-color: #855daf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855daf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 93, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 93, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855daf; background: linear-gradient(135deg, #855daf, #AF5DA2);