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