#978df7
a light, electric blue · warm · closest name: slateblue
RGB
151, 141, 247
HSL
246°, 87%, 76%
CMYK
39, 43, 0, 3
Luminance
0.3234
Every format
| HEX | #978df7 |
| RGB | rgb(151, 141, 247) |
| HSL | hsl(246, 87%, 76%) |
| CMYK | cmyk(39%, 43%, 0%, 3%) |
| LAB | lab(63.6 28.6 -51.9) |
| LCH | lch(63.6 59.2 298.8) |
| OKLCH | oklch(0.698 0.152 286.0) |
Copy-ready code
/* CSS */
color: #978df7;
background-color: #978df7;
/* Tailwind (arbitrary) */
class="text-[#978df7] bg-[#978df7]"
/* SCSS */
$brand: #978df7;
/* SwiftUI */
Color(red: 0.592, green: 0.553, blue: 0.969)
/* Android */
Color.parseColor("#978df7")Accessibility — WCAG contrast
Aa
#978df7 on white: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#978df7 on black: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green55.3%
Blue96.9%
CMYK percentages
Cyan38.9%
Magenta42.9%
Yellow0.0%
Key (black)3.1%
Color previews
#978df7 text on a black background
contrast 7.47:1
Card sample
#978df7 text on a white background
contrast 2.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978df7;
Background color
Panel with #978df7 background
background-color: #978df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 141, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 141, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978df7; background: linear-gradient(135deg, #978df7, #DE8DF7);