#897df4
a light, electric blue · warm · closest name: slateblue
RGB
137, 125, 244
HSL
246°, 84%, 72%
CMYK
44, 49, 0, 4
Luminance
0.2652
Every format
| HEX | #897df4 |
| RGB | rgb(137, 125, 244) |
| HSL | hsl(246, 84%, 72%) |
| CMYK | cmyk(44%, 49%, 0%, 4%) |
| LAB | lab(58.5 33.6 -58.4) |
| LCH | lch(58.5 67.4 299.9) |
| OKLCH | oklch(0.656 0.172 285.2) |
Copy-ready code
/* CSS */
color: #897df4;
background-color: #897df4;
/* Tailwind (arbitrary) */
class="text-[#897df4] bg-[#897df4]"
/* SCSS */
$brand: #897df4;
/* SwiftUI */
Color(red: 0.537, green: 0.490, blue: 0.957)
/* Android */
Color.parseColor("#897df4")Accessibility — WCAG contrast
Aa
#897df4 on white: 3.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897df4 on black: 6.30:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.0%
Blue95.7%
CMYK percentages
Cyan43.9%
Magenta48.8%
Yellow0.0%
Key (black)4.3%
Color previews
#897df4 text on a black background
contrast 6.30:1
Card sample
#897df4 text on a white background
contrast 3.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897df4;
Background color
Panel with #897df4 background
background-color: #897df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 125, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 125, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897df4; background: linear-gradient(135deg, #897df4, #D87DF4);