#997afd
a light, electric blue · warm · closest name: slateblue
RGB
153, 122, 253
HSL
254°, 97%, 74%
CMYK
40, 52, 0, 1
Luminance
0.2778
Every format
| HEX | #997afd |
| RGB | rgb(153, 122, 253) |
| HSL | hsl(254, 97%, 74%) |
| CMYK | cmyk(40%, 52%, 0%, 1%) |
| LAB | lab(59.7 41.5 -61.5) |
| LCH | lch(59.7 74.2 304.0) |
| OKLCH | oklch(0.670 0.187 291.4) |
Copy-ready code
/* CSS */
color: #997afd;
background-color: #997afd;
/* Tailwind (arbitrary) */
class="text-[#997afd] bg-[#997afd]"
/* SCSS */
$brand: #997afd;
/* SwiftUI */
Color(red: 0.600, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#997afd")Accessibility — WCAG contrast
Aa
#997afd on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#997afd on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red60.0%
Green47.8%
Blue99.2%
CMYK percentages
Cyan39.5%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#997afd text on a black background
contrast 6.56:1
Card sample
#997afd text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #997afd;
Background color
Panel with #997afd background
background-color: #997afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #997afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(153, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(153, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #997afd; background: linear-gradient(135deg, #997afd, #F07AFD);