#613fc3
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 63, 195
HSL
256°, 52%, 51%
CMYK
50, 68, 0, 24
Luminance
0.1004
Every format
| HEX | #613fc3 |
| RGB | rgb(97, 63, 195) |
| HSL | hsl(256, 52%, 51%) |
| CMYK | cmyk(50%, 68%, 0%, 24%) |
| LAB | lab(37.9 46.9 -64.1) |
| LCH | lch(37.9 79.4 306.2) |
| OKLCH | oklch(0.485 0.194 288.9) |
Copy-ready code
/* CSS */
color: #613fc3;
background-color: #613fc3;
/* Tailwind (arbitrary) */
class="text-[#613fc3] bg-[#613fc3]"
/* SCSS */
$brand: #613fc3;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.765)
/* Android */
Color.parseColor("#613fc3")Accessibility — WCAG contrast
Aa
#613fc3 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613fc3 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue76.5%
CMYK percentages
Cyan50.3%
Magenta67.7%
Yellow0.0%
Key (black)23.5%
Color previews
#613fc3 text on a black background
contrast 3.01:1
Card sample
#613fc3 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fc3;
Background color
Panel with #613fc3 background
background-color: #613fc3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fc3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 195, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 195, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fc3; background: linear-gradient(135deg, #613fc3, #B93FC3);