#613fdc
a balanced, vivid blue · warm · closest name: slateblue
RGB
97, 63, 220
HSL
253°, 69%, 56%
CMYK
56, 71, 0, 14
Luminance
0.1126
Every format
| HEX | #613fdc |
| RGB | rgb(97, 63, 220) |
| HSL | hsl(253, 69%, 56%) |
| CMYK | cmyk(56%, 71%, 0%, 14%) |
| LAB | lab(40.0 54.0 -75.1) |
| LCH | lch(40.0 92.5 305.8) |
| OKLCH | oklch(0.507 0.224 285.1) |
Copy-ready code
/* CSS */
color: #613fdc;
background-color: #613fdc;
/* Tailwind (arbitrary) */
class="text-[#613fdc] bg-[#613fdc]"
/* SCSS */
$brand: #613fdc;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.863)
/* Android */
Color.parseColor("#613fdc")Accessibility — WCAG contrast
Aa
#613fdc on white: 6.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613fdc on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue86.3%
CMYK percentages
Cyan55.9%
Magenta71.4%
Yellow0.0%
Key (black)13.7%
Color previews
#613fdc text on a black background
contrast 3.25:1
Card sample
#613fdc text on a white background
contrast 6.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fdc;
Background color
Panel with #613fdc background
background-color: #613fdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fdc; background: linear-gradient(135deg, #613fdc, #CA3FDC);