#894fba
a balanced, soft violet · warm · closest name: slateblue
RGB
137, 79, 186
HSL
273°, 44%, 52%
CMYK
26, 58, 0, 27
Luminance
0.1446
Every format
| HEX | #894fba |
| RGB | rgb(137, 79, 186) |
| HSL | hsl(273, 44%, 52%) |
| CMYK | cmyk(26%, 58%, 0%, 27%) |
| LAB | lab(44.9 44.5 -47.3) |
| LCH | lch(44.9 64.9 313.2) |
| OKLCH | oklch(0.544 0.166 306.7) |
Copy-ready code
/* CSS */
color: #894fba;
background-color: #894fba;
/* Tailwind (arbitrary) */
class="text-[#894fba] bg-[#894fba]"
/* SCSS */
$brand: #894fba;
/* SwiftUI */
Color(red: 0.537, green: 0.310, blue: 0.729)
/* Android */
Color.parseColor("#894fba")Accessibility — WCAG contrast
Aa
#894fba on white: 5.40:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#894fba on black: 3.89:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green31.0%
Blue72.9%
CMYK percentages
Cyan26.3%
Magenta57.5%
Yellow0.0%
Key (black)27.1%
Color previews
#894fba text on a black background
contrast 3.89:1
Card sample
#894fba text on a white background
contrast 5.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #894fba;
Background color
Panel with #894fba background
background-color: #894fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #894fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 79, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 79, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #894fba; background: linear-gradient(135deg, #894fba, #BA4FA4);