#613dcd
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 61, 205
HSL
255°, 59%, 52%
CMYK
53, 70, 0, 20
Luminance
0.1029
Every format
| HEX | #613dcd |
| RGB | rgb(97, 61, 205) |
| HSL | hsl(255, 59%, 52%) |
| CMYK | cmyk(53%, 70%, 0%, 20%) |
| LAB | lab(38.4 50.8 -69.2) |
| LCH | lch(38.4 85.8 306.3) |
| OKLCH | oklch(0.491 0.208 287.6) |
Copy-ready code
/* CSS */
color: #613dcd;
background-color: #613dcd;
/* Tailwind (arbitrary) */
class="text-[#613dcd] bg-[#613dcd]"
/* SCSS */
$brand: #613dcd;
/* SwiftUI */
Color(red: 0.380, green: 0.239, blue: 0.804)
/* Android */
Color.parseColor("#613dcd")Accessibility — WCAG contrast
Aa
#613dcd on white: 6.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613dcd on black: 3.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.9%
Blue80.4%
CMYK percentages
Cyan52.7%
Magenta70.2%
Yellow0.0%
Key (black)19.6%
Color previews
#613dcd text on a black background
contrast 3.06:1
Card sample
#613dcd text on a white background
contrast 6.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613dcd;
Background color
Panel with #613dcd background
background-color: #613dcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613dcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 61, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 61, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613dcd; background: linear-gradient(135deg, #613dcd, #C13DCD);