#613bc2
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 59, 194
HSL
257°, 53%, 50%
CMYK
50, 70, 0, 24
Luminance
0.0956
Every format
| HEX | #613bc2 |
| RGB | rgb(97, 59, 194) |
| HSL | hsl(257, 53%, 50%) |
| CMYK | cmyk(50%, 70%, 0%, 24%) |
| LAB | lab(37.0 48.7 -64.9) |
| LCH | lch(37.0 81.2 306.9) |
| OKLCH | oklch(0.479 0.198 289.7) |
Copy-ready code
/* CSS */
color: #613bc2;
background-color: #613bc2;
/* Tailwind (arbitrary) */
class="text-[#613bc2] bg-[#613bc2]"
/* SCSS */
$brand: #613bc2;
/* SwiftUI */
Color(red: 0.380, green: 0.231, blue: 0.761)
/* Android */
Color.parseColor("#613bc2")Accessibility — WCAG contrast
Aa
#613bc2 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613bc2 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.1%
Blue76.1%
CMYK percentages
Cyan50.0%
Magenta69.6%
Yellow0.0%
Key (black)23.9%
Color previews
#613bc2 text on a black background
contrast 2.91:1
Card sample
#613bc2 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613bc2;
Background color
Panel with #613bc2 background
background-color: #613bc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613bc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 59, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 59, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613bc2; background: linear-gradient(135deg, #613bc2, #BB3BC2);