#897afd
a light, electric blue · warm · closest name: slateblue
RGB
137, 122, 253
HSL
247°, 97%, 74%
CMYK
46, 52, 0, 1
Luminance
0.2633
Every format
| HEX | #897afd |
| RGB | rgb(137, 122, 253) |
| HSL | hsl(247, 97%, 74%) |
| CMYK | cmyk(46%, 52%, 0%, 1%) |
| LAB | lab(58.4 37.9 -63.7) |
| LCH | lch(58.4 74.1 300.8) |
| OKLCH | oklch(0.656 0.188 285.2) |
Copy-ready code
/* CSS */
color: #897afd;
background-color: #897afd;
/* Tailwind (arbitrary) */
class="text-[#897afd] bg-[#897afd]"
/* SCSS */
$brand: #897afd;
/* SwiftUI */
Color(red: 0.537, green: 0.478, blue: 0.992)
/* Android */
Color.parseColor("#897afd")Accessibility — WCAG contrast
Aa
#897afd on white: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897afd on black: 6.27:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green47.8%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta51.8%
Yellow0.0%
Key (black)0.8%
Color previews
#897afd text on a black background
contrast 6.27:1
Card sample
#897afd text on a white background
contrast 3.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897afd;
Background color
Panel with #897afd background
background-color: #897afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 122, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 122, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897afd; background: linear-gradient(135deg, #897afd, #E07AFD);