#977fdf
a light, vivid violet · warm · closest name: slateblue
RGB
151, 127, 223
HSL
255°, 60%, 69%
CMYK
32, 43, 0, 13
Luminance
0.2709
Every format
| HEX | #977fdf |
| RGB | rgb(151, 127, 223) |
| HSL | hsl(255, 60%, 69%) |
| CMYK | cmyk(32%, 43%, 0%, 13%) |
| LAB | lab(59.0 30.3 -45.8) |
| LCH | lch(59.0 54.9 303.4) |
| OKLCH | oklch(0.659 0.141 293.7) |
Copy-ready code
/* CSS */
color: #977fdf;
background-color: #977fdf;
/* Tailwind (arbitrary) */
class="text-[#977fdf] bg-[#977fdf]"
/* SCSS */
$brand: #977fdf;
/* SwiftUI */
Color(red: 0.592, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#977fdf")Accessibility — WCAG contrast
Aa
#977fdf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#977fdf on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red59.2%
Green49.8%
Blue87.5%
CMYK percentages
Cyan32.3%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#977fdf text on a black background
contrast 6.42:1
Card sample
#977fdf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #977fdf;
Background color
Panel with #977fdf background
background-color: #977fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #977fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(151, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(151, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #977fdf; background: linear-gradient(135deg, #977fdf, #D77FDF);