#897df9
a light, electric blue · warm · closest name: slateblue
RGB
137, 125, 249
HSL
246°, 91%, 73%
CMYK
45, 50, 0, 2
Luminance
0.2683
Every format
| HEX | #897df9 |
| RGB | rgb(137, 125, 249) |
| HSL | hsl(246, 91%, 73%) |
| CMYK | cmyk(45%, 50%, 0%, 2%) |
| LAB | lab(58.8 35.0 -60.7) |
| LCH | lch(58.8 70.1 300.0) |
| OKLCH | oklch(0.659 0.179 284.8) |
Copy-ready code
/* CSS */
color: #897df9;
background-color: #897df9;
/* Tailwind (arbitrary) */
class="text-[#897df9] bg-[#897df9]"
/* SCSS */
$brand: #897df9;
/* SwiftUI */
Color(red: 0.537, green: 0.490, blue: 0.976)
/* Android */
Color.parseColor("#897df9")Accessibility — WCAG contrast
Aa
#897df9 on white: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897df9 on black: 6.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.0%
Blue97.6%
CMYK percentages
Cyan45.0%
Magenta49.8%
Yellow0.0%
Key (black)2.4%
Color previews
#897df9 text on a black background
contrast 6.37:1
Card sample
#897df9 text on a white background
contrast 3.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897df9;
Background color
Panel with #897df9 background
background-color: #897df9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897df9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 125, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 125, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897df9; background: linear-gradient(135deg, #897df9, #DC7DF9);