#897cdf
a light, vivid blue · warm · closest name: slateblue
RGB
137, 124, 223
HSL
248°, 61%, 68%
CMYK
39, 44, 0, 13
Luminance
0.2506
Every format
| HEX | #897cdf |
| RGB | rgb(137, 124, 223) |
| HSL | hsl(248, 61%, 68%) |
| CMYK | cmyk(39%, 44%, 0%, 13%) |
| LAB | lab(57.1 28.4 -49.0) |
| LCH | lch(57.1 56.6 300.1) |
| OKLCH | oklch(0.642 0.145 287.6) |
Copy-ready code
/* CSS */
color: #897cdf;
background-color: #897cdf;
/* Tailwind (arbitrary) */
class="text-[#897cdf] bg-[#897cdf]"
/* SCSS */
$brand: #897cdf;
/* SwiftUI */
Color(red: 0.537, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#897cdf")Accessibility — WCAG contrast
Aa
#897cdf on white: 3.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897cdf on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green48.6%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#897cdf text on a black background
contrast 6.01:1
Card sample
#897cdf text on a white background
contrast 3.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897cdf;
Background color
Panel with #897cdf background
background-color: #897cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897cdf; background: linear-gradient(135deg, #897cdf, #CB7CDF);