#958fdf
a light, vivid blue · warm · closest name: plum
RGB
149, 143, 223
HSL
245°, 56%, 72%
CMYK
33, 36, 0, 13
Luminance
0.3136
Every format
| HEX | #958fdf |
| RGB | rgb(149, 143, 223) |
| HSL | hsl(245, 56%, 72%) |
| CMYK | cmyk(33%, 36%, 0%, 13%) |
| LAB | lab(62.8 20.5 -39.9) |
| LCH | lch(62.8 44.9 297.2) |
| OKLCH | oklch(0.687 0.116 286.3) |
Copy-ready code
/* CSS */
color: #958fdf;
background-color: #958fdf;
/* Tailwind (arbitrary) */
class="text-[#958fdf] bg-[#958fdf]"
/* SCSS */
$brand: #958fdf;
/* SwiftUI */
Color(red: 0.584, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#958fdf")Accessibility — WCAG contrast
Aa
#958fdf on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#958fdf on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan33.2%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#958fdf text on a black background
contrast 7.27:1
Card sample
#958fdf text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #958fdf;
Background color
Panel with #958fdf background
background-color: #958fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #958fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(149, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(149, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #958fdf; background: linear-gradient(135deg, #958fdf, #CA8FDF);