#855f9b
a balanced, soft violet · warm · closest name: plum
RGB
133, 95, 155
HSL
278°, 24%, 49%
CMYK
14, 39, 0, 39
Luminance
0.1554
Every format
| HEX | #855f9b |
| RGB | rgb(133, 95, 155) |
| HSL | hsl(278, 24%, 49%) |
| CMYK | cmyk(14%, 39%, 0%, 39%) |
| LAB | lab(46.4 27.0 -26.8) |
| LCH | lch(46.4 38.0 315.2) |
| OKLCH | oklch(0.548 0.100 312.4) |
Copy-ready code
/* CSS */
color: #855f9b;
background-color: #855f9b;
/* Tailwind (arbitrary) */
class="text-[#855f9b] bg-[#855f9b]"
/* SCSS */
$brand: #855f9b;
/* SwiftUI */
Color(red: 0.522, green: 0.373, blue: 0.608)
/* Android */
Color.parseColor("#855f9b")Accessibility — WCAG contrast
Aa
#855f9b on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#855f9b on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red52.2%
Green37.3%
Blue60.8%
CMYK percentages
Cyan14.2%
Magenta38.7%
Yellow0.0%
Key (black)39.2%
Color previews
#855f9b text on a black background
contrast 4.11:1
Card sample
#855f9b text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #855f9b;
Background color
Panel with #855f9b background
background-color: #855f9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #855f9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(133, 95, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(133, 95, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #855f9b; background: linear-gradient(135deg, #855f9b, #9B5F89);