#897fdf
a light, vivid blue · warm · closest name: slateblue
RGB
137, 127, 223
HSL
246°, 60%, 69%
CMYK
39, 43, 0, 13
Luminance
0.2582
Every format
| HEX | #897fdf |
| RGB | rgb(137, 127, 223) |
| HSL | hsl(246, 60%, 69%) |
| CMYK | cmyk(39%, 43%, 0%, 13%) |
| LAB | lab(57.9 26.6 -47.8) |
| LCH | lch(57.9 54.7 299.1) |
| OKLCH | oklch(0.647 0.141 286.5) |
Copy-ready code
/* CSS */
color: #897fdf;
background-color: #897fdf;
/* Tailwind (arbitrary) */
class="text-[#897fdf] bg-[#897fdf]"
/* SCSS */
$brand: #897fdf;
/* SwiftUI */
Color(red: 0.537, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#897fdf")Accessibility — WCAG contrast
Aa
#897fdf on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#897fdf on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green49.8%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#897fdf text on a black background
contrast 6.16:1
Card sample
#897fdf text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #897fdf;
Background color
Panel with #897fdf background
background-color: #897fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #897fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #897fdf; background: linear-gradient(135deg, #897fdf, #C97FDF);