#997ff2
a light, electric blue · warm · closest name: slateblue
RGB
153, 127, 242
HSL
254°, 82%, 72%
CMYK
37, 48, 0, 5
Luminance
0.2836
Every format
| HEX | #997ff2 |
| RGB | rgb(153, 127, 242) |
| HSL | hsl(254, 82%, 72%) |
| CMYK | cmyk(37%, 48%, 0%, 5%) |
| LAB | lab(60.2 35.8 -54.6) |
| LCH | lch(60.2 65.2 303.2) |
| OKLCH | oklch(0.671 0.166 291.7) |
Copy-ready code
/* CSS */
color: #997ff2;
background-color: #997ff2;
/* Tailwind (arbitrary) */
class="text-[#997ff2] bg-[#997ff2]"
/* SCSS */
$brand: #997ff2;
/* SwiftUI */
Color(red: 0.600, green: 0.498, blue: 0.949)
/* Android */
Color.parseColor("#997ff2")Accessibility — WCAG contrast
Aa
#997ff2 on white: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997ff2 on black: 6.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.8%
Blue94.9%
CMYK percentages
Cyan36.8%
Magenta47.5%
Yellow0.0%
Key (black)5.1%
Color previews
#997ff2 text on a black background
contrast 6.67:1
Card sample
#997ff2 text on a white background
contrast 3.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997ff2;
Background color
Panel with #997ff2 background
background-color: #997ff2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997ff2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 127, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 127, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997ff2; background: linear-gradient(135deg, #997ff2, #E67FF2);