#997fd2
a light, vivid violet · warm · closest name: plum
RGB
153, 127, 210
HSL
259°, 48%, 66%
CMYK
27, 40, 0, 18
Luminance
0.2660
Every format
| HEX | #997fd2 |
| RGB | rgb(153, 127, 210) |
| HSL | hsl(259, 48%, 66%) |
| CMYK | cmyk(27%, 40%, 0%, 18%) |
| LAB | lab(58.6 27.5 -39.2) |
| LCH | lch(58.6 47.9 305.1) |
| OKLCH | oklch(0.654 0.123 297.3) |
Copy-ready code
/* CSS */
color: #997fd2;
background-color: #997fd2;
/* Tailwind (arbitrary) */
class="text-[#997fd2] bg-[#997fd2]"
/* SCSS */
$brand: #997fd2;
/* SwiftUI */
Color(red: 0.600, green: 0.498, blue: 0.824)
/* Android */
Color.parseColor("#997fd2")Accessibility — WCAG contrast
Aa
#997fd2 on white: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997fd2 on black: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.8%
Blue82.4%
CMYK percentages
Cyan27.1%
Magenta39.5%
Yellow0.0%
Key (black)17.6%
Color previews
#997fd2 text on a black background
contrast 6.32:1
Card sample
#997fd2 text on a white background
contrast 3.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997fd2;
Background color
Panel with #997fd2 background
background-color: #997fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 127, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 127, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997fd2; background: linear-gradient(135deg, #997fd2, #D07FD2);