#897df0
a light, electric blue · warm · closest name: slateblue
RGB
137, 125, 240
HSL
246°, 79%, 72%
CMYK
43, 48, 0, 6
Luminance
0.2628
Every format
| HEX | #897df0 |
| RGB | rgb(137, 125, 240) |
| HSL | hsl(246, 79%, 72%) |
| CMYK | cmyk(43%, 48%, 0%, 6%) |
| LAB | lab(58.3 32.5 -56.6) |
| LCH | lch(58.3 65.2 299.9) |
| OKLCH | oklch(0.653 0.167 285.6) |
Copy-ready code
/* CSS */
color: #897df0;
background-color: #897df0;
/* Tailwind (arbitrary) */
class="text-[#897df0] bg-[#897df0]"
/* SCSS */
$brand: #897df0;
/* SwiftUI */
Color(red: 0.537, green: 0.490, blue: 0.941)
/* Android */
Color.parseColor("#897df0")Accessibility — WCAG contrast
Aa
#897df0 on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897df0 on black: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.0%
Blue94.1%
CMYK percentages
Cyan42.9%
Magenta47.9%
Yellow0.0%
Key (black)5.9%
Color previews
#897df0 text on a black background
contrast 6.26:1
Card sample
#897df0 text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897df0;
Background color
Panel with #897df0 background
background-color: #897df0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897df0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 125, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 125, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897df0; background: linear-gradient(135deg, #897df0, #D67DF0);