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