#613ada
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 58, 218
HSL
255°, 68%, 54%
CMYK
56, 73, 0, 15
Luminance
0.1063
Every format
| HEX | #613ada |
| RGB | rgb(97, 58, 218) |
| HSL | hsl(255, 68%, 54%) |
| CMYK | cmyk(56%, 73%, 0%, 15%) |
| LAB | lab(39.0 56.0 -75.7) |
| LCH | lch(39.0 94.1 306.5) |
| OKLCH | oklch(0.498 0.227 286.0) |
Copy-ready code
/* CSS */
color: #613ada;
background-color: #613ada;
/* Tailwind (arbitrary) */
class="text-[#613ada] bg-[#613ada]"
/* SCSS */
$brand: #613ada;
/* SwiftUI */
Color(red: 0.380, green: 0.227, blue: 0.855)
/* Android */
Color.parseColor("#613ada")Accessibility — WCAG contrast
Aa
#613ada on white: 6.72:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613ada on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green22.7%
Blue85.5%
CMYK percentages
Cyan55.5%
Magenta73.4%
Yellow0.0%
Key (black)14.5%
Color previews
#613ada text on a black background
contrast 3.13:1
Card sample
#613ada text on a white background
contrast 6.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613ada;
Background color
Panel with #613ada background
background-color: #613ada;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613ada;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 58, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 58, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613ada; background: linear-gradient(135deg, #613ada, #CC3ADA);