#613cf0
a balanced, electric blue · warm · closest name: blue
RGB
97, 60, 240
HSL
252°, 86%, 59%
CMYK
60, 75, 0, 6
Luminance
0.1206
Every format
| HEX | #613cf0 |
| RGB | rgb(97, 60, 240) |
| HSL | hsl(252, 86%, 59%) |
| CMYK | cmyk(60%, 75%, 0%, 6%) |
| LAB | lab(41.3 61.2 -84.3) |
| LCH | lch(41.3 104.2 306.0) |
| OKLCH | oklch(0.521 0.249 282.9) |
Copy-ready code
/* CSS */
color: #613cf0;
background-color: #613cf0;
/* Tailwind (arbitrary) */
class="text-[#613cf0] bg-[#613cf0]"
/* SCSS */
$brand: #613cf0;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.941)
/* Android */
Color.parseColor("#613cf0")Accessibility — WCAG contrast
Aa
#613cf0 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613cf0 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue94.1%
CMYK percentages
Cyan59.6%
Magenta75.0%
Yellow0.0%
Key (black)5.9%
Color previews
#613cf0 text on a black background
contrast 3.41:1
Card sample
#613cf0 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613cf0;
Background color
Panel with #613cf0 background
background-color: #613cf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613cf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613cf0; background: linear-gradient(135deg, #613cf0, #D93CF0);