#613baf
a balanced, vivid violet · warm · closest name: slateblue
RGB
97, 59, 175
HSL
260°, 50%, 46%
CMYK
45, 66, 0, 31
Luminance
0.0876
Every format
| HEX | #613baf |
| RGB | rgb(97, 59, 175) |
| HSL | hsl(260, 50%, 46%) |
| CMYK | cmyk(45%, 66%, 0%, 31%) |
| LAB | lab(35.5 43.4 -56.2) |
| LCH | lch(35.5 71.0 307.7) |
| OKLCH | oklch(0.463 0.175 293.4) |
Copy-ready code
/* CSS */
color: #613baf;
background-color: #613baf;
/* Tailwind (arbitrary) */
class="text-[#613baf] bg-[#613baf]"
/* SCSS */
$brand: #613baf;
/* SwiftUI */
Color(red: 0.380, green: 0.231, blue: 0.686)
/* Android */
Color.parseColor("#613baf")Accessibility — WCAG contrast
Aa
#613baf on white: 7.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#613baf on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.1%
Blue68.6%
CMYK percentages
Cyan44.6%
Magenta66.3%
Yellow0.0%
Key (black)31.4%
Color previews
#613baf text on a black background
contrast 2.75:1
Card sample
#613baf text on a white background
contrast 7.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613baf;
Background color
Panel with #613baf background
background-color: #613baf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613baf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 59, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 59, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613baf; background: linear-gradient(135deg, #613baf, #AF3BAF);