#613cda
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 60, 218
HSL
254°, 68%, 55%
CMYK
56, 73, 0, 15
Luminance
0.1084
Every format
| HEX | #613cda |
| RGB | rgb(97, 60, 218) |
| HSL | hsl(254, 68%, 55%) |
| CMYK | cmyk(56%, 73%, 0%, 15%) |
| LAB | lab(39.3 55.0 -75.1) |
| LCH | lch(39.3 93.1 306.2) |
| OKLCH | oklch(0.501 0.225 285.8) |
Copy-ready code
/* CSS */
color: #613cda;
background-color: #613cda;
/* Tailwind (arbitrary) */
class="text-[#613cda] bg-[#613cda]"
/* SCSS */
$brand: #613cda;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.855)
/* Android */
Color.parseColor("#613cda")Accessibility — WCAG contrast
Aa
#613cda on white: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613cda on black: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue85.5%
CMYK percentages
Cyan55.5%
Magenta72.5%
Yellow0.0%
Key (black)14.5%
Color previews
#613cda text on a black background
contrast 3.17:1
Card sample
#613cda text on a white background
contrast 6.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613cda;
Background color
Panel with #613cda background
background-color: #613cda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613cda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613cda; background: linear-gradient(135deg, #613cda, #CA3CDA);