#968df4
a light, electric blue · warm · closest name: slateblue
RGB
150, 141, 244
HSL
245°, 82%, 76%
CMYK
39, 42, 0, 4
Luminance
0.3207
Every format
| HEX | #968df4 |
| RGB | rgb(150, 141, 244) |
| HSL | hsl(245, 82%, 76%) |
| CMYK | cmyk(39%, 42%, 0%, 4%) |
| LAB | lab(63.4 27.5 -50.6) |
| LCH | lch(63.4 57.6 298.5) |
| OKLCH | oklch(0.695 0.148 285.8) |
Copy-ready code
/* CSS */
color: #968df4;
background-color: #968df4;
/* Tailwind (arbitrary) */
class="text-[#968df4] bg-[#968df4]"
/* SCSS */
$brand: #968df4;
/* SwiftUI */
Color(red: 0.588, green: 0.553, blue: 0.957)
/* Android */
Color.parseColor("#968df4")Accessibility — WCAG contrast
Aa
#968df4 on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968df4 on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green55.3%
Blue95.7%
CMYK percentages
Cyan38.5%
Magenta42.2%
Yellow0.0%
Key (black)4.3%
Color previews
#968df4 text on a black background
contrast 7.41:1
Card sample
#968df4 text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968df4;
Background color
Panel with #968df4 background
background-color: #968df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 141, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 141, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968df4; background: linear-gradient(135deg, #968df4, #DB8DF4);