#897dfb
a light, electric blue · warm · closest name: slateblue
RGB
137, 125, 251
HSL
246°, 94%, 74%
CMYK
45, 50, 0, 2
Luminance
0.2695
Every format
| HEX | #897dfb |
| RGB | rgb(137, 125, 251) |
| HSL | hsl(246, 94%, 74%) |
| CMYK | cmyk(45%, 50%, 0%, 2%) |
| LAB | lab(58.9 35.6 -61.7) |
| LCH | lch(58.9 71.2 300.0) |
| OKLCH | oklch(0.660 0.181 284.6) |
Copy-ready code
/* CSS */
color: #897dfb;
background-color: #897dfb;
/* Tailwind (arbitrary) */
class="text-[#897dfb] bg-[#897dfb]"
/* SCSS */
$brand: #897dfb;
/* SwiftUI */
Color(red: 0.537, green: 0.490, blue: 0.984)
/* Android */
Color.parseColor("#897dfb")Accessibility — WCAG contrast
Aa
#897dfb on white: 3.29:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897dfb on black: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.0%
Blue98.4%
CMYK percentages
Cyan45.4%
Magenta50.2%
Yellow0.0%
Key (black)1.6%
Color previews
#897dfb text on a black background
contrast 6.39:1
Card sample
#897dfb text on a white background
contrast 3.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897dfb;
Background color
Panel with #897dfb background
background-color: #897dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 125, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 125, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897dfb; background: linear-gradient(135deg, #897dfb, #DD7DFB);