#613aef
a balanced, electric blue · warm · closest name: blue
RGB
97, 58, 239
HSL
253°, 85%, 58%
CMYK
59, 76, 0, 6
Luminance
0.1180
Every format
| HEX | #613aef |
| RGB | rgb(97, 58, 239) |
| HSL | hsl(253, 85%, 58%) |
| CMYK | cmyk(59%, 76%, 0%, 6%) |
| LAB | lab(40.9 61.9 -84.4) |
| LCH | lch(40.9 104.7 306.2) |
| OKLCH | oklch(0.518 0.250 283.2) |
Copy-ready code
/* CSS */
color: #613aef;
background-color: #613aef;
/* Tailwind (arbitrary) */
class="text-[#613aef] bg-[#613aef]"
/* SCSS */
$brand: #613aef;
/* SwiftUI */
Color(red: 0.380, green: 0.227, blue: 0.937)
/* Android */
Color.parseColor("#613aef")Accessibility — WCAG contrast
Aa
#613aef on white: 6.25:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613aef on black: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green22.7%
Blue93.7%
CMYK percentages
Cyan59.4%
Magenta75.7%
Yellow0.0%
Key (black)6.3%
Color previews
#613aef text on a black background
contrast 3.36:1
Card sample
#613aef text on a white background
contrast 6.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613aef;
Background color
Panel with #613aef background
background-color: #613aef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613aef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 58, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 58, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613aef; background: linear-gradient(135deg, #613aef, #DA3AEF);