#957ab2
a balanced, soft violet · warm · closest name: plum
RGB
149, 122, 178
HSL
269°, 27%, 59%
CMYK
16, 32, 0, 30
Luminance
0.2352
Every format
| HEX | #957ab2 |
| RGB | rgb(149, 122, 178) |
| HSL | hsl(269, 27%, 59%) |
| CMYK | cmyk(16%, 32%, 0%, 30%) |
| LAB | lab(55.6 21.6 -25.7) |
| LCH | lch(55.6 33.6 310.0) |
| OKLCH | oklch(0.626 0.088 306.1) |
Copy-ready code
/* CSS */
color: #957ab2;
background-color: #957ab2;
/* Tailwind (arbitrary) */
class="text-[#957ab2] bg-[#957ab2]"
/* SCSS */
$brand: #957ab2;
/* SwiftUI */
Color(red: 0.584, green: 0.478, blue: 0.698)
/* Android */
Color.parseColor("#957ab2")Accessibility — WCAG contrast
Aa
#957ab2 on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#957ab2 on black: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green47.8%
Blue69.8%
CMYK percentages
Cyan16.3%
Magenta31.5%
Yellow0.0%
Key (black)30.2%
Color previews
#957ab2 text on a black background
contrast 5.70:1
Card sample
#957ab2 text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #957ab2;
Background color
Panel with #957ab2 background
background-color: #957ab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #957ab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 122, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 122, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #957ab2; background: linear-gradient(135deg, #957ab2, #B27AAA);