#968bfd
a light, electric blue · warm · closest name: slateblue
RGB
150, 139, 253
HSL
246°, 97%, 77%
CMYK
41, 45, 0, 1
Luminance
0.3204
Every format
| HEX | #968bfd |
| RGB | rgb(150, 139, 253) |
| HSL | hsl(246, 97%, 77%) |
| CMYK | cmyk(41%, 45%, 0%, 1%) |
| LAB | lab(63.4 31.1 -55.6) |
| LCH | lch(63.4 63.7 299.2) |
| OKLCH | oklch(0.697 0.163 285.7) |
Copy-ready code
/* CSS */
color: #968bfd;
background-color: #968bfd;
/* Tailwind (arbitrary) */
class="text-[#968bfd] bg-[#968bfd]"
/* SCSS */
$brand: #968bfd;
/* SwiftUI */
Color(red: 0.588, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#968bfd")Accessibility — WCAG contrast
Aa
#968bfd on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968bfd on black: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green54.5%
Blue99.2%
CMYK percentages
Cyan40.7%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#968bfd text on a black background
contrast 7.41:1
Card sample
#968bfd text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968bfd;
Background color
Panel with #968bfd background
background-color: #968bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968bfd; background: linear-gradient(135deg, #968bfd, #E28BFD);