#895dfd
a light, electric violet · warm · closest name: slateblue
RGB
137, 93, 253
HSL
257°, 98%, 68%
CMYK
46, 63, 0, 1
Luminance
0.2024
Every format
| HEX | #895dfd |
| RGB | rgb(137, 93, 253) |
| HSL | hsl(257, 98%, 68%) |
| CMYK | cmyk(46%, 63%, 0%, 1%) |
| LAB | lab(52.1 54.1 -73.8) |
| LCH | lch(52.1 91.5 306.3) |
| OKLCH | oklch(0.610 0.226 290.8) |
Copy-ready code
/* CSS */
color: #895dfd;
background-color: #895dfd;
/* Tailwind (arbitrary) */
class="text-[#895dfd] bg-[#895dfd]"
/* SCSS */
$brand: #895dfd;
/* SwiftUI */
Color(red: 0.537, green: 0.365, blue: 0.992)
/* Android */
Color.parseColor("#895dfd")Accessibility — WCAG contrast
Aa
#895dfd on white: 4.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#895dfd on black: 5.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green36.5%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta63.2%
Yellow0.0%
Key (black)0.8%
Color previews
#895dfd text on a black background
contrast 5.05:1
Card sample
#895dfd text on a white background
contrast 4.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #895dfd;
Background color
Panel with #895dfd background
background-color: #895dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #895dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 93, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 93, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #895dfd; background: linear-gradient(135deg, #895dfd, #F45DFD);