#613cdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 60, 223
HSL
254°, 72%, 56%
CMYK
57, 73, 0, 13
Luminance
0.1110
Every format
| HEX | #613cdf |
| RGB | rgb(97, 60, 223) |
| HSL | hsl(254, 72%, 56%) |
| CMYK | cmyk(57%, 73%, 0%, 13%) |
| LAB | lab(39.8 56.4 -77.2) |
| LCH | lch(39.8 95.6 306.1) |
| OKLCH | oklch(0.505 0.230 285.1) |
Copy-ready code
/* CSS */
color: #613cdf;
background-color: #613cdf;
/* Tailwind (arbitrary) */
class="text-[#613cdf] bg-[#613cdf]"
/* SCSS */
$brand: #613cdf;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.875)
/* Android */
Color.parseColor("#613cdf")Accessibility — WCAG contrast
Aa
#613cdf on white: 6.52:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613cdf on black: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta73.1%
Yellow0.0%
Key (black)12.5%
Color previews
#613cdf text on a black background
contrast 3.22:1
Card sample
#613cdf text on a white background
contrast 6.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613cdf;
Background color
Panel with #613cdf background
background-color: #613cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613cdf; background: linear-gradient(135deg, #613cdf, #CE3CDF);