#613fdf
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 63, 223
HSL
253°, 71%, 56%
CMYK
57, 72, 0, 13
Luminance
0.1142
Every format
| HEX | #613fdf |
| RGB | rgb(97, 63, 223) |
| HSL | hsl(253, 71%, 56%) |
| CMYK | cmyk(57%, 72%, 0%, 13%) |
| LAB | lab(40.3 54.9 -76.3) |
| LCH | lch(40.3 94.0 305.7) |
| OKLCH | oklch(0.509 0.227 284.7) |
Copy-ready code
/* CSS */
color: #613fdf;
background-color: #613fdf;
/* Tailwind (arbitrary) */
class="text-[#613fdf] bg-[#613fdf]"
/* SCSS */
$brand: #613fdf;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.875)
/* Android */
Color.parseColor("#613fdf")Accessibility — WCAG contrast
Aa
#613fdf on white: 6.39:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613fdf on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue87.5%
CMYK percentages
Cyan56.5%
Magenta71.7%
Yellow0.0%
Key (black)12.5%
Color previews
#613fdf text on a black background
contrast 3.28:1
Card sample
#613fdf text on a white background
contrast 6.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fdf;
Background color
Panel with #613fdf background
background-color: #613fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fdf; background: linear-gradient(135deg, #613fdf, #CC3FDF);