#5e2ace
a balanced, vivid violet · warm · closest name: navy
RGB
94, 42, 206
HSL
259°, 66%, 49%
CMYK
54, 80, 0, 19
Luminance
0.0849
Every format
| HEX | #5e2ace |
| RGB | rgb(94, 42, 206) |
| HSL | hsl(259, 66%, 49%) |
| CMYK | cmyk(54%, 80%, 0%, 19%) |
| LAB | lab(35.0 59.6 -75.3) |
| LCH | lch(35.0 96.0 308.4) |
| OKLCH | oklch(0.467 0.228 288.5) |
Copy-ready code
/* CSS */
color: #5e2ace;
background-color: #5e2ace;
/* Tailwind (arbitrary) */
class="text-[#5e2ace] bg-[#5e2ace]"
/* SCSS */
$brand: #5e2ace;
/* SwiftUI */
Color(red: 0.369, green: 0.165, blue: 0.808)
/* Android */
Color.parseColor("#5e2ace")Accessibility — WCAG contrast
Aa
#5e2ace on white: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#5e2ace on black: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.9%
Green16.5%
Blue80.8%
CMYK percentages
Cyan54.4%
Magenta79.6%
Yellow0.0%
Key (black)19.2%
Color previews
#5e2ace text on a black background
contrast 2.70:1
Card sample
#5e2ace text on a white background
contrast 7.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5e2ace;
Background color
Panel with #5e2ace background
background-color: #5e2ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5e2ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(94, 42, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(94, 42, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5e2ace; background: linear-gradient(135deg, #5e2ace, #CB2ACE);