#613ace
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 58, 206
HSL
256°, 60%, 52%
CMYK
53, 72, 0, 19
Luminance
0.1002
Every format
| HEX | #613ace |
| RGB | rgb(97, 58, 206) |
| HSL | hsl(256, 60%, 52%) |
| CMYK | cmyk(53%, 72%, 0%, 19%) |
| LAB | lab(37.9 52.6 -70.5) |
| LCH | lch(37.9 88.0 306.7) |
| OKLCH | oklch(0.488 0.213 287.8) |
Copy-ready code
/* CSS */
color: #613ace;
background-color: #613ace;
/* Tailwind (arbitrary) */
class="text-[#613ace] bg-[#613ace]"
/* SCSS */
$brand: #613ace;
/* SwiftUI */
Color(red: 0.380, green: 0.227, blue: 0.808)
/* Android */
Color.parseColor("#613ace")Accessibility — WCAG contrast
Aa
#613ace on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613ace on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green22.7%
Blue80.8%
CMYK percentages
Cyan52.9%
Magenta71.8%
Yellow0.0%
Key (black)19.2%
Color previews
#613ace text on a black background
contrast 3.00:1
Card sample
#613ace text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613ace;
Background color
Panel with #613ace background
background-color: #613ace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613ace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 58, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 58, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613ace; background: linear-gradient(135deg, #613ace, #C43ACE);