#997dfb
a light, electric blue · warm · closest name: slateblue
RGB
153, 125, 251
HSL
253°, 94%, 74%
CMYK
39, 50, 0, 2
Luminance
0.2840
Every format
| HEX | #997dfb |
| RGB | rgb(153, 125, 251) |
| HSL | hsl(253, 94%, 74%) |
| CMYK | cmyk(39%, 50%, 0%, 2%) |
| LAB | lab(60.3 39.3 -59.5) |
| LCH | lch(60.3 71.3 303.4) |
| OKLCH | oklch(0.673 0.180 291.0) |
Copy-ready code
/* CSS */
color: #997dfb;
background-color: #997dfb;
/* Tailwind (arbitrary) */
class="text-[#997dfb] bg-[#997dfb]"
/* SCSS */
$brand: #997dfb;
/* SwiftUI */
Color(red: 0.600, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#997dfb")Accessibility — WCAG contrast
Aa
#997dfb on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997dfb on black: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green49.0%
Blue98.4%
CMYK percentages
Cyan39.0%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#997dfb text on a black background
contrast 6.68:1
Card sample
#997dfb text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997dfb;
Background color
Panel with #997dfb background
background-color: #997dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997dfb; background: linear-gradient(135deg, #997dfb, #ED7DFB);