#613fac
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 63, 172
HSL
259°, 46%, 46%
CMYK
44, 63, 0, 33
Luminance
0.0907
Every format
| HEX | #613fac |
| RGB | rgb(97, 63, 172) |
| HSL | hsl(259, 46%, 46%) |
| CMYK | cmyk(44%, 63%, 0%, 33%) |
| LAB | lab(36.1 40.3 -53.4) |
| LCH | lch(36.1 66.9 307.1) |
| OKLCH | oklch(0.467 0.166 293.3) |
Copy-ready code
/* CSS */
color: #613fac;
background-color: #613fac;
/* Tailwind (arbitrary) */
class="text-[#613fac] bg-[#613fac]"
/* SCSS */
$brand: #613fac;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.675)
/* Android */
Color.parseColor("#613fac")Accessibility — WCAG contrast
Aa
#613fac on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613fac on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue67.5%
CMYK percentages
Cyan43.6%
Magenta63.4%
Yellow0.0%
Key (black)32.5%
Color previews
#613fac text on a black background
contrast 2.81:1
Card sample
#613fac text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fac;
Background color
Panel with #613fac background
background-color: #613fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fac; background: linear-gradient(135deg, #613fac, #AA3FAC);