#979fdf
a light, vivid blue · warm · closest name: steelblue
RGB
151, 159, 223
HSL
233°, 53%, 73%
CMYK
32, 29, 0, 13
Luminance
0.3670
Every format
| HEX | #979fdf |
| RGB | rgb(151, 159, 223) |
| HSL | hsl(233, 53%, 73%) |
| CMYK | cmyk(32%, 29%, 0%, 13%) |
| LAB | lab(67.0 11.9 -33.3) |
| LCH | lch(67.0 35.4 289.6) |
| OKLCH | oklch(0.720 0.093 278.3) |
Copy-ready code
/* CSS */
color: #979fdf;
background-color: #979fdf;
/* Tailwind (arbitrary) */
class="text-[#979fdf] bg-[#979fdf]"
/* SCSS */
$brand: #979fdf;
/* SwiftUI */
Color(red: 0.592, green: 0.624, blue: 0.875)
/* Android */
Color.parseColor("#979fdf")Accessibility — WCAG contrast
Aa
#979fdf on white: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#979fdf on black: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green62.4%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta28.7%
Yellow0.0%
Key (black)12.5%
Color previews
#979fdf text on a black background
contrast 8.34:1
Card sample
#979fdf text on a white background
contrast 2.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #979fdf;
Background color
Panel with #979fdf background
background-color: #979fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #979fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 159, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 159, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #979fdf; background: linear-gradient(135deg, #979fdf, #BF97DF);