#613eb6
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 62, 182
HSL
258°, 49%, 48%
CMYK
47, 66, 0, 29
Luminance
0.0936
Every format
| HEX | #613eb6 |
| RGB | rgb(97, 62, 182) |
| HSL | hsl(258, 49%, 48%) |
| CMYK | cmyk(47%, 66%, 0%, 29%) |
| LAB | lab(36.7 43.7 -58.4) |
| LCH | lch(36.7 73.0 306.8) |
| OKLCH | oklch(0.473 0.180 291.4) |
Copy-ready code
/* CSS */
color: #613eb6;
background-color: #613eb6;
/* Tailwind (arbitrary) */
class="text-[#613eb6] bg-[#613eb6]"
/* SCSS */
$brand: #613eb6;
/* SwiftUI */
Color(red: 0.380, green: 0.243, blue: 0.714)
/* Android */
Color.parseColor("#613eb6")Accessibility — WCAG contrast
Aa
#613eb6 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613eb6 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.3%
Blue71.4%
CMYK percentages
Cyan46.7%
Magenta65.9%
Yellow0.0%
Key (black)28.6%
Color previews
#613eb6 text on a black background
contrast 2.87:1
Card sample
#613eb6 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613eb6;
Background color
Panel with #613eb6 background
background-color: #613eb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613eb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 62, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 62, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613eb6; background: linear-gradient(135deg, #613eb6, #B13EB6);