#955ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
149, 90, 206
HSL
271°, 54%, 58%
CMYK
28, 56, 0, 19
Luminance
0.1816
Every format
| HEX | #955ace |
| RGB | rgb(149, 90, 206) |
| HSL | hsl(271, 54%, 58%) |
| CMYK | cmyk(28%, 56%, 0%, 19%) |
| LAB | lab(49.7 46.3 -51.1) |
| LCH | lch(49.7 69.0 312.2) |
| OKLCH | oklch(0.586 0.176 305.1) |
Copy-ready code
/* CSS */
color: #955ace;
background-color: #955ace;
/* Tailwind (arbitrary) */
class="text-[#955ace] bg-[#955ace]"
/* SCSS */
$brand: #955ace;
/* SwiftUI */
Color(red: 0.584, green: 0.353, blue: 0.808)
/* Android */
Color.parseColor("#955ace")Accessibility — WCAG contrast
Aa
#955ace on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#955ace on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green35.3%
Blue80.8%
CMYK percentages
Cyan27.7%
Magenta56.3%
Yellow0.0%
Key (black)19.2%
Color previews
#955ace text on a black background
contrast 4.63:1
Card sample
#955ace text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #955ace;
Background color
Panel with #955ace background
background-color: #955ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #955ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 90, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 90, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #955ace; background: linear-gradient(135deg, #955ace, #CE5ABA);