#978eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
151, 142, 238
HSL
246°, 74%, 75%
CMYK
37, 40, 0, 7
Luminance
0.3210
Every format
| HEX | #978eee |
| RGB | rgb(151, 142, 238) |
| HSL | hsl(246, 74%, 75%) |
| CMYK | cmyk(37%, 40%, 0%, 7%) |
| LAB | lab(63.4 25.6 -47.3) |
| LCH | lch(63.4 53.7 298.4) |
| OKLCH | oklch(0.695 0.139 286.5) |
Copy-ready code
/* CSS */
color: #978eee;
background-color: #978eee;
/* Tailwind (arbitrary) */
class="text-[#978eee] bg-[#978eee]"
/* SCSS */
$brand: #978eee;
/* SwiftUI */
Color(red: 0.592, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#978eee")Accessibility — WCAG contrast
Aa
#978eee on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#978eee on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green55.7%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#978eee text on a black background
contrast 7.42:1
Card sample
#978eee text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #978eee;
Background color
Panel with #978eee background
background-color: #978eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #978eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #978eee; background: linear-gradient(135deg, #978eee, #D78EEE);