#894dfd
a balanced, electric violet · warm · closest name: slateblue
RGB
137, 77, 253
HSL
261°, 98%, 65%
CMYK
46, 70, 0, 1
Luminance
0.1772
Every format
| HEX | #894dfd |
| RGB | rgb(137, 77, 253) |
| HSL | hsl(261, 98%, 65%) |
| CMYK | cmyk(46%, 70%, 0%, 1%) |
| LAB | lab(49.1 62.2 -78.6) |
| LCH | lch(49.1 100.2 308.4) |
| OKLCH | oklch(0.589 0.245 293.0) |
Copy-ready code
/* CSS */
color: #894dfd;
background-color: #894dfd;
/* Tailwind (arbitrary) */
class="text-[#894dfd] bg-[#894dfd]"
/* SCSS */
$brand: #894dfd;
/* SwiftUI */
Color(red: 0.537, green: 0.302, blue: 0.992)
/* Android */
Color.parseColor("#894dfd")Accessibility — WCAG contrast
Aa
#894dfd on white: 4.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894dfd on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green30.2%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta69.6%
Yellow0.0%
Key (black)0.8%
Color previews
#894dfd text on a black background
contrast 4.54:1
Card sample
#894dfd text on a white background
contrast 4.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894dfd;
Background color
Panel with #894dfd background
background-color: #894dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 77, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 77, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894dfd; background: linear-gradient(135deg, #894dfd, #FD4DFC);