#893df7
a balanced, electric violet · warm · closest name: blue
RGB
137, 61, 247
HSL
265°, 92%, 60%
CMYK
45, 75, 0, 3
Luminance
0.1537
Every format
| HEX | #893df7 |
| RGB | rgb(137, 61, 247) |
| HSL | hsl(265, 92%, 60%) |
| CMYK | cmyk(45%, 75%, 0%, 3%) |
| LAB | lab(46.1 67.9 -80.2) |
| LCH | lch(46.1 105.0 310.3) |
| OKLCH | oklch(0.566 0.255 295.6) |
Copy-ready code
/* CSS */
color: #893df7;
background-color: #893df7;
/* Tailwind (arbitrary) */
class="text-[#893df7] bg-[#893df7]"
/* SCSS */
$brand: #893df7;
/* SwiftUI */
Color(red: 0.537, green: 0.239, blue: 0.969)
/* Android */
Color.parseColor("#893df7")Accessibility — WCAG contrast
Aa
#893df7 on white: 5.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#893df7 on black: 4.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red53.7%
Green23.9%
Blue96.9%
CMYK percentages
Cyan44.5%
Magenta75.3%
Yellow0.0%
Key (black)3.1%
Color previews
#893df7 text on a black background
contrast 4.07:1
Card sample
#893df7 text on a white background
contrast 5.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #893df7;
Background color
Panel with #893df7 background
background-color: #893df7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #893df7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(137, 61, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(137, 61, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #893df7; background: linear-gradient(135deg, #893df7, #F73DE9);