#979eee
a light, vivid blue · warm · closest name: dodgerblue
RGB
151, 158, 238
HSL
235°, 72%, 76%
CMYK
37, 34, 0, 7
Luminance
0.3721
Every format
| HEX | #979eee |
| RGB | rgb(151, 158, 238) |
| HSL | hsl(235, 72%, 76%) |
| CMYK | cmyk(37%, 34%, 0%, 7%) |
| LAB | lab(67.4 16.4 -41.0) |
| LCH | lch(67.4 44.1 291.8) |
| OKLCH | oklch(0.725 0.116 279.3) |
Copy-ready code
/* CSS */
color: #979eee;
background-color: #979eee;
/* Tailwind (arbitrary) */
class="text-[#979eee] bg-[#979eee]"
/* SCSS */
$brand: #979eee;
/* SwiftUI */
Color(red: 0.592, green: 0.620, blue: 0.933)
/* Android */
Color.parseColor("#979eee")Accessibility — WCAG contrast
Aa
#979eee on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#979eee on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green62.0%
Blue93.3%
CMYK percentages
Cyan36.6%
Magenta33.6%
Yellow0.0%
Key (black)6.7%
Color previews
#979eee text on a black background
contrast 8.44:1
Card sample
#979eee text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979eee;
Background color
Panel with #979eee background
background-color: #979eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 158, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 158, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979eee; background: linear-gradient(135deg, #979eee, #CA97EE);