#897ccb
a balanced, soft blue · warm · closest name: slateblue
RGB
137, 124, 203
HSL
250°, 43%, 64%
CMYK
33, 39, 0, 20
Luminance
0.2405
Every format
| HEX | #897ccb |
| RGB | rgb(137, 124, 203) |
| HSL | hsl(250, 43%, 64%) |
| CMYK | cmyk(33%, 39%, 0%, 20%) |
| LAB | lab(56.1 23.0 -39.3) |
| LCH | lch(56.1 45.5 300.3) |
| OKLCH | oklch(0.631 0.117 290.2) |
Copy-ready code
/* CSS */
color: #897ccb;
background-color: #897ccb;
/* Tailwind (arbitrary) */
class="text-[#897ccb] bg-[#897ccb]"
/* SCSS */
$brand: #897ccb;
/* SwiftUI */
Color(red: 0.537, green: 0.486, blue: 0.796)
/* Android */
Color.parseColor("#897ccb")Accessibility — WCAG contrast
Aa
#897ccb on white: 3.62:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897ccb on black: 5.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green48.6%
Blue79.6%
CMYK percentages
Cyan32.5%
Magenta38.9%
Yellow0.0%
Key (black)20.4%
Color previews
#897ccb text on a black background
contrast 5.81:1
Card sample
#897ccb text on a white background
contrast 3.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897ccb;
Background color
Panel with #897ccb background
background-color: #897ccb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897ccb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 124, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 124, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897ccb; background: linear-gradient(135deg, #897ccb, #BE7CCB);