#979fe7
a light, vivid blue · warm · closest name: steelblue
RGB
151, 159, 231
HSL
234°, 63%, 75%
CMYK
35, 31, 0, 9
Luminance
0.3715
Every format
| HEX | #979fe7 |
| RGB | rgb(151, 159, 231) |
| HSL | hsl(234, 63%, 75%) |
| CMYK | cmyk(35%, 31%, 0%, 9%) |
| LAB | lab(67.4 14.0 -37.2) |
| LCH | lch(67.4 39.7 290.6) |
| OKLCH | oklch(0.724 0.105 278.6) |
Copy-ready code
/* CSS */
color: #979fe7;
background-color: #979fe7;
/* Tailwind (arbitrary) */
class="text-[#979fe7] bg-[#979fe7]"
/* SCSS */
$brand: #979fe7;
/* SwiftUI */
Color(red: 0.592, green: 0.624, blue: 0.906)
/* Android */
Color.parseColor("#979fe7")Accessibility — WCAG contrast
Aa
#979fe7 on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#979fe7 on black: 8.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green62.4%
Blue90.6%
CMYK percentages
Cyan34.6%
Magenta31.2%
Yellow0.0%
Key (black)9.4%
Color previews
#979fe7 text on a black background
contrast 8.43:1
Card sample
#979fe7 text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979fe7;
Background color
Panel with #979fe7 background
background-color: #979fe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979fe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 159, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 159, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979fe7; background: linear-gradient(135deg, #979fe7, #C497E7);