#997cd3
a light, vivid violet · warm · closest name: slateblue
RGB
153, 124, 211
HSL
260°, 50%, 66%
CMYK
28, 41, 0, 17
Luminance
0.2589
Every format
| HEX | #997cd3 |
| RGB | rgb(153, 124, 211) |
| HSL | hsl(260, 50%, 66%) |
| CMYK | cmyk(28%, 41%, 0%, 17%) |
| LAB | lab(57.9 29.5 -40.9) |
| LCH | lch(57.9 50.4 305.8) |
| OKLCH | oklch(0.649 0.129 298.1) |
Copy-ready code
/* CSS */
color: #997cd3;
background-color: #997cd3;
/* Tailwind (arbitrary) */
class="text-[#997cd3] bg-[#997cd3]"
/* SCSS */
$brand: #997cd3;
/* SwiftUI */
Color(red: 0.600, green: 0.486, blue: 0.827)
/* Android */
Color.parseColor("#997cd3")Accessibility — WCAG contrast
Aa
#997cd3 on white: 3.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997cd3 on black: 6.18:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green48.6%
Blue82.7%
CMYK percentages
Cyan27.5%
Magenta41.2%
Yellow0.0%
Key (black)17.3%
Color previews
#997cd3 text on a black background
contrast 6.18:1
Card sample
#997cd3 text on a white background
contrast 3.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997cd3;
Background color
Panel with #997cd3 background
background-color: #997cd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997cd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 124, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 124, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997cd3; background: linear-gradient(135deg, #997cd3, #D37CD3);