#855baf
a balanced, soft violet · warm · closest name: slateblue
RGB
133, 91, 175
HSL
270°, 34%, 52%
CMYK
24, 48, 0, 31
Luminance
0.1556
Every format
| HEX | #855baf |
| RGB | rgb(133, 91, 175) |
| HSL | hsl(270, 34%, 52%) |
| CMYK | cmyk(24%, 48%, 0%, 31%) |
| LAB | lab(46.4 34.0 -38.5) |
| LCH | lch(46.4 51.4 311.5) |
| OKLCH | oklch(0.552 0.133 305.6) |
Copy-ready code
/* CSS */
color: #855baf;
background-color: #855baf;
/* Tailwind (arbitrary) */
class="text-[#855baf] bg-[#855baf]"
/* SCSS */
$brand: #855baf;
/* SwiftUI */
Color(red: 0.522, green: 0.357, blue: 0.686)
/* Android */
Color.parseColor("#855baf")Accessibility — WCAG contrast
Aa
#855baf on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855baf on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green35.7%
Blue68.6%
CMYK percentages
Cyan24.0%
Magenta48.0%
Yellow0.0%
Key (black)31.4%
Color previews
#855baf text on a black background
contrast 4.11:1
Card sample
#855baf text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855baf;
Background color
Panel with #855baf background
background-color: #855baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 91, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 91, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855baf; background: linear-gradient(135deg, #855baf, #AF5BA1);