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