#997ef1
a light, electric blue · warm · closest name: slateblue
RGB
153, 126, 241
HSL
254°, 80%, 72%
CMYK
37, 48, 0, 6
Luminance
0.2804
Every format
| HEX | #997ef1 |
| RGB | rgb(153, 126, 241) |
| HSL | hsl(254, 80%, 72%) |
| CMYK | cmyk(37%, 48%, 0%, 6%) |
| LAB | lab(59.9 36.1 -54.5) |
| LCH | lch(59.9 65.3 303.5) |
| OKLCH | oklch(0.669 0.166 292.1) |
Copy-ready code
/* CSS */
color: #997ef1;
background-color: #997ef1;
/* Tailwind (arbitrary) */
class="text-[#997ef1] bg-[#997ef1]"
/* SCSS */
$brand: #997ef1;
/* SwiftUI */
Color(red: 0.600, green: 0.494, blue: 0.945)
/* Android */
Color.parseColor("#997ef1")Accessibility — WCAG contrast
Aa
#997ef1 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997ef1 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.4%
Blue94.5%
CMYK percentages
Cyan36.5%
Magenta47.7%
Yellow0.0%
Key (black)5.5%
Color previews
#997ef1 text on a black background
contrast 6.61:1
Card sample
#997ef1 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997ef1;
Background color
Panel with #997ef1 background
background-color: #997ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 126, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 126, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997ef1; background: linear-gradient(135deg, #997ef1, #E67EF1);