#894fd2
a balanced, vivid violet · warm · closest name: slateblue
RGB
137, 79, 210
HSL
267°, 59%, 57%
CMYK
35, 62, 0, 18
Luminance
0.1556
Every format
| HEX | #894fd2 |
| RGB | rgb(137, 79, 210) |
| HSL | hsl(267, 59%, 57%) |
| CMYK | cmyk(35%, 62%, 0%, 18%) |
| LAB | lab(46.4 50.3 -58.8) |
| LCH | lch(46.4 77.4 310.6) |
| OKLCH | oklch(0.560 0.194 300.6) |
Copy-ready code
/* CSS */
color: #894fd2;
background-color: #894fd2;
/* Tailwind (arbitrary) */
class="text-[#894fd2] bg-[#894fd2]"
/* SCSS */
$brand: #894fd2;
/* SwiftUI */
Color(red: 0.537, green: 0.310, blue: 0.824)
/* Android */
Color.parseColor("#894fd2")Accessibility — WCAG contrast
Aa
#894fd2 on white: 5.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894fd2 on black: 4.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green31.0%
Blue82.4%
CMYK percentages
Cyan34.8%
Magenta62.4%
Yellow0.0%
Key (black)17.6%
Color previews
#894fd2 text on a black background
contrast 4.11:1
Card sample
#894fd2 text on a white background
contrast 5.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894fd2;
Background color
Panel with #894fd2 background
background-color: #894fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 79, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 79, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894fd2; background: linear-gradient(135deg, #894fd2, #D24FC4);