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