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