#613cf7
a balanced, electric blue · warm · closest name: blue
RGB
97, 60, 247
HSL
252°, 92%, 60%
CMYK
61, 76, 0, 3
Luminance
0.1249
Every format
| HEX | #613cf7 |
| RGB | rgb(97, 60, 247) |
| HSL | hsl(252, 92%, 60%) |
| CMYK | cmyk(61%, 76%, 0%, 3%) |
| LAB | lab(42.0 63.1 -87.2) |
| LCH | lch(42.0 107.6 305.9) |
| OKLCH | oklch(0.528 0.257 282.1) |
Copy-ready code
/* CSS */
color: #613cf7;
background-color: #613cf7;
/* Tailwind (arbitrary) */
class="text-[#613cf7] bg-[#613cf7]"
/* SCSS */
$brand: #613cf7;
/* SwiftUI */
Color(red: 0.380, green: 0.235, blue: 0.969)
/* Android */
Color.parseColor("#613cf7")Accessibility — WCAG contrast
Aa
#613cf7 on white: 6.00:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613cf7 on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.5%
Blue96.9%
CMYK percentages
Cyan60.7%
Magenta75.7%
Yellow0.0%
Key (black)3.1%
Color previews
#613cf7 text on a black background
contrast 3.50:1
Card sample
#613cf7 text on a white background
contrast 6.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613cf7;
Background color
Panel with #613cf7 background
background-color: #613cf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613cf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 60, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 60, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613cf7; background: linear-gradient(135deg, #613cf7, #DE3CF7);