#997cdf
a light, vivid violet · warm · closest name: slateblue
RGB
153, 124, 223
HSL
258°, 61%, 68%
CMYK
31, 44, 0, 13
Luminance
0.2652
Every format
| HEX | #997cdf |
| RGB | rgb(153, 124, 223) |
| HSL | hsl(258, 61%, 68%) |
| CMYK | cmyk(31%, 44%, 0%, 13%) |
| LAB | lab(58.5 32.5 -46.7) |
| LCH | lch(58.5 56.9 304.9) |
| OKLCH | oklch(0.655 0.145 295.6) |
Copy-ready code
/* CSS */
color: #997cdf;
background-color: #997cdf;
/* Tailwind (arbitrary) */
class="text-[#997cdf] bg-[#997cdf]"
/* SCSS */
$brand: #997cdf;
/* SwiftUI */
Color(red: 0.600, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#997cdf")Accessibility — WCAG contrast
Aa
#997cdf on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997cdf on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green48.6%
Blue87.5%
CMYK percentages
Cyan31.4%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#997cdf text on a black background
contrast 6.30:1
Card sample
#997cdf text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997cdf;
Background color
Panel with #997cdf background
background-color: #997cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997cdf; background: linear-gradient(135deg, #997cdf, #DB7CDF);