#613af3
a balanced, electric blue · warm · closest name: blue
RGB
97, 58, 243
HSL
253°, 89%, 59%
CMYK
60, 76, 0, 5
Luminance
0.1204
Every format
| HEX | #613af3 |
| RGB | rgb(97, 58, 243) |
| HSL | hsl(253, 89%, 59%) |
| CMYK | cmyk(60%, 76%, 0%, 5%) |
| LAB | lab(41.3 63.0 -86.1) |
| LCH | lch(41.3 106.6 306.2) |
| OKLCH | oklch(0.522 0.255 282.8) |
Copy-ready code
/* CSS */
color: #613af3;
background-color: #613af3;
/* Tailwind (arbitrary) */
class="text-[#613af3] bg-[#613af3]"
/* SCSS */
$brand: #613af3;
/* SwiftUI */
Color(red: 0.380, green: 0.227, blue: 0.953)
/* Android */
Color.parseColor("#613af3")Accessibility — WCAG contrast
Aa
#613af3 on white: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613af3 on black: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green22.7%
Blue95.3%
CMYK percentages
Cyan60.1%
Magenta76.1%
Yellow0.0%
Key (black)4.7%
Color previews
#613af3 text on a black background
contrast 3.41:1
Card sample
#613af3 text on a white background
contrast 6.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613af3;
Background color
Panel with #613af3 background
background-color: #613af3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613af3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 58, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 58, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613af3; background: linear-gradient(135deg, #613af3, #DC3AF3);