#894bfd
a balanced, electric violet · warm · closest name: slateblue
RGB
137, 75, 253
HSL
261°, 98%, 64%
CMYK
46, 70, 0, 1
Luminance
0.1744
Every format
| HEX | #894bfd |
| RGB | rgb(137, 75, 253) |
| HSL | hsl(261, 98%, 64%) |
| CMYK | cmyk(46%, 70%, 0%, 1%) |
| LAB | lab(48.8 63.2 -79.1) |
| LCH | lch(48.8 101.3 308.6) |
| OKLCH | oklch(0.587 0.247 293.2) |
Copy-ready code
/* CSS */
color: #894bfd;
background-color: #894bfd;
/* Tailwind (arbitrary) */
class="text-[#894bfd] bg-[#894bfd]"
/* SCSS */
$brand: #894bfd;
/* SwiftUI */
Color(red: 0.537, green: 0.294, blue: 0.992)
/* Android */
Color.parseColor("#894bfd")Accessibility — WCAG contrast
Aa
#894bfd on white: 4.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894bfd on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green29.4%
Blue99.2%
CMYK percentages
Cyan45.8%
Magenta70.4%
Yellow0.0%
Key (black)0.8%
Color previews
#894bfd text on a black background
contrast 4.49:1
Card sample
#894bfd text on a white background
contrast 4.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894bfd;
Background color
Panel with #894bfd background
background-color: #894bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 75, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 75, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894bfd; background: linear-gradient(135deg, #894bfd, #FD4BFA);