#968df8
a light, electric blue · warm · closest name: royalblue
RGB
150, 141, 248
HSL
245°, 88%, 76%
CMYK
40, 43, 0, 3
Luminance
0.3231
Every format
| HEX | #968df8 |
| RGB | rgb(150, 141, 248) |
| HSL | hsl(245, 88%, 76%) |
| CMYK | cmyk(40%, 43%, 0%, 3%) |
| LAB | lab(63.6 28.6 -52.5) |
| LCH | lch(63.6 59.8 298.6) |
| OKLCH | oklch(0.697 0.154 285.5) |
Copy-ready code
/* CSS */
color: #968df8;
background-color: #968df8;
/* Tailwind (arbitrary) */
class="text-[#968df8] bg-[#968df8]"
/* SCSS */
$brand: #968df8;
/* SwiftUI */
Color(red: 0.588, green: 0.553, blue: 0.973)
/* Android */
Color.parseColor("#968df8")Accessibility — WCAG contrast
Aa
#968df8 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#968df8 on black: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red58.8%
Green55.3%
Blue97.3%
CMYK percentages
Cyan39.5%
Magenta43.1%
Yellow0.0%
Key (black)2.7%
Color previews
#968df8 text on a black background
contrast 7.46:1
Card sample
#968df8 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #968df8;
Background color
Panel with #968df8 background
background-color: #968df8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #968df8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(150, 141, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(150, 141, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #968df8; background: linear-gradient(135deg, #968df8, #DD8DF8);