#958cdf
a light, vivid blue · warm · closest name: plum
RGB
149, 140, 223
HSL
247°, 57%, 71%
CMYK
33, 37, 0, 13
Luminance
0.3047
Every format
| HEX | #958cdf |
| RGB | rgb(149, 140, 223) |
| HSL | hsl(247, 57%, 71%) |
| CMYK | cmyk(33%, 37%, 0%, 13%) |
| LAB | lab(62.1 22.2 -41.1) |
| LCH | lch(62.1 46.7 298.4) |
| OKLCH | oklch(0.682 0.121 287.7) |
Copy-ready code
/* CSS */
color: #958cdf;
background-color: #958cdf;
/* Tailwind (arbitrary) */
class="text-[#958cdf] bg-[#958cdf]"
/* SCSS */
$brand: #958cdf;
/* SwiftUI */
Color(red: 0.584, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#958cdf")Accessibility — WCAG contrast
Aa
#958cdf on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#958cdf on black: 7.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#958cdf text on a black background
contrast 7.09:1
Card sample
#958cdf text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #958cdf;
Background color
Panel with #958cdf background
background-color: #958cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #958cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #958cdf; background: linear-gradient(135deg, #958cdf, #CC8CDF);