#895df3
a light, electric violet · warm · closest name: slateblue
RGB
137, 93, 243
HSL
258°, 86%, 66%
CMYK
44, 62, 0, 5
Luminance
0.1962
Every format
| HEX | #895df3 |
| RGB | rgb(137, 93, 243) |
| HSL | hsl(258, 86%, 66%) |
| CMYK | cmyk(44%, 62%, 0%, 5%) |
| LAB | lab(51.4 51.4 -69.3) |
| LCH | lch(51.4 86.3 306.6) |
| OKLCH | oklch(0.603 0.214 292.3) |
Copy-ready code
/* CSS */
color: #895df3;
background-color: #895df3;
/* Tailwind (arbitrary) */
class="text-[#895df3] bg-[#895df3]"
/* SCSS */
$brand: #895df3;
/* SwiftUI */
Color(red: 0.537, green: 0.365, blue: 0.953)
/* Android */
Color.parseColor("#895df3")Accessibility — WCAG contrast
Aa
#895df3 on white: 4.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#895df3 on black: 4.92:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green36.5%
Blue95.3%
CMYK percentages
Cyan43.6%
Magenta61.7%
Yellow0.0%
Key (black)4.7%
Color previews
#895df3 text on a black background
contrast 4.92:1
Card sample
#895df3 text on a white background
contrast 4.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #895df3;
Background color
Panel with #895df3 background
background-color: #895df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #895df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 93, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 93, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #895df3; background: linear-gradient(135deg, #895df3, #ED5DF3);