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