#968fda
a light, vivid blue · warm · closest name: plum
RGB
150, 143, 218
HSL
246°, 50%, 71%
CMYK
31, 34, 0, 15
Luminance
0.3119
Every format
| HEX | #968fda |
| RGB | rgb(150, 143, 218) |
| HSL | hsl(246, 50%, 71%) |
| CMYK | cmyk(31%, 34%, 0%, 15%) |
| LAB | lab(62.7 19.5 -37.4) |
| LCH | lch(62.7 42.1 297.5) |
| OKLCH | oklch(0.686 0.109 287.4) |
Copy-ready code
/* CSS */
color: #968fda;
background-color: #968fda;
/* Tailwind (arbitrary) */
class="text-[#968fda] bg-[#968fda]"
/* SCSS */
$brand: #968fda;
/* SwiftUI */
Color(red: 0.588, green: 0.561, blue: 0.855)
/* Android */
Color.parseColor("#968fda")Accessibility — WCAG contrast
Aa
#968fda on white: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968fda on black: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green56.1%
Blue85.5%
CMYK percentages
Cyan31.2%
Magenta34.4%
Yellow0.0%
Key (black)14.5%
Color previews
#968fda text on a black background
contrast 7.24:1
Card sample
#968fda text on a white background
contrast 2.90:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968fda;
Background color
Panel with #968fda background
background-color: #968fda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968fda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 143, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 143, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968fda; background: linear-gradient(135deg, #968fda, #C88FDA);