#997fdc
a light, vivid violet · warm · closest name: slateblue
RGB
153, 127, 220
HSL
257°, 57%, 68%
CMYK
31, 42, 0, 14
Luminance
0.2712
Every format
| HEX | #997fdc |
| RGB | rgb(153, 127, 220) |
| HSL | hsl(257, 57%, 68%) |
| CMYK | cmyk(31%, 42%, 0%, 14%) |
| LAB | lab(59.1 30.1 -44.1) |
| LCH | lch(59.1 53.4 304.3) |
| OKLCH | oklch(0.659 0.137 295.3) |
Copy-ready code
/* CSS */
color: #997fdc;
background-color: #997fdc;
/* Tailwind (arbitrary) */
class="text-[#997fdc] bg-[#997fdc]"
/* SCSS */
$brand: #997fdc;
/* SwiftUI */
Color(red: 0.600, green: 0.498, blue: 0.863)
/* Android */
Color.parseColor("#997fdc")Accessibility — WCAG contrast
Aa
#997fdc on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997fdc on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.8%
Blue86.3%
CMYK percentages
Cyan30.5%
Magenta42.3%
Yellow0.0%
Key (black)13.7%
Color previews
#997fdc text on a black background
contrast 6.42:1
Card sample
#997fdc text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997fdc;
Background color
Panel with #997fdc background
background-color: #997fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 127, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 127, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997fdc; background: linear-gradient(135deg, #997fdc, #D77FDC);