#896fdf
a light, vivid blue · warm · closest name: slateblue
RGB
137, 111, 223
HSL
254°, 64%, 66%
CMYK
39, 50, 0, 13
Luminance
0.2201
Every format
| HEX | #896fdf |
| RGB | rgb(137, 111, 223) |
| HSL | hsl(254, 64%, 66%) |
| CMYK | cmyk(39%, 50%, 0%, 13%) |
| LAB | lab(54.0 35.9 -53.9) |
| LCH | lch(54.0 64.8 303.7) |
| OKLCH | oklch(0.619 0.164 291.6) |
Copy-ready code
/* CSS */
color: #896fdf;
background-color: #896fdf;
/* Tailwind (arbitrary) */
class="text-[#896fdf] bg-[#896fdf]"
/* SCSS */
$brand: #896fdf;
/* SwiftUI */
Color(red: 0.537, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#896fdf")Accessibility — WCAG contrast
Aa
#896fdf on white: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#896fdf on black: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green43.5%
Blue87.5%
CMYK percentages
Cyan38.6%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#896fdf text on a black background
contrast 5.40:1
Card sample
#896fdf text on a white background
contrast 3.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896fdf;
Background color
Panel with #896fdf background
background-color: #896fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896fdf; background: linear-gradient(135deg, #896fdf, #D46FDF);