#896afd
a light, electric blue · warm · closest name: slateblue
RGB
137, 106, 253
HSL
253°, 97%, 70%
CMYK
46, 58, 0, 1
Luminance
0.2272
Every format
| HEX | #896afd |
| RGB | rgb(137, 106, 253) |
| HSL | hsl(253, 97%, 70%) |
| CMYK | cmyk(46%, 58%, 0%, 1%) |
| LAB | lab(54.8 47.0 -69.4) |
| LCH | lch(54.8 83.9 304.1) |
| OKLCH | oklch(0.630 0.209 288.6) |
Copy-ready code
/* CSS */
color: #896afd;
background-color: #896afd;
/* Tailwind (arbitrary) */
class="text-[#896afd] bg-[#896afd]"
/* SCSS */
$brand: #896afd;
/* SwiftUI */
Color(red: 0.537, green: 0.416, blue: 0.992)
/* Android */
Color.parseColor("#896afd")Accessibility — WCAG contrast
Aa
#896afd on white: 3.79:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#896afd on black: 5.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green41.6%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta58.1%
Yellow0.0%
Key (black)0.8%
Color previews
#896afd text on a black background
contrast 5.54:1
Card sample
#896afd text on a white background
contrast 3.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #896afd;
Background color
Panel with #896afd background
background-color: #896afd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #896afd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 106, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 106, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #896afd; background: linear-gradient(135deg, #896afd, #EB6AFD);