#613df3
a balanced, electric blue · warm · closest name: blue
RGB
97, 61, 243
HSL
252°, 88%, 60%
CMYK
60, 75, 0, 5
Luminance
0.1235
Every format
| HEX | #613df3 |
| RGB | rgb(97, 61, 243) |
| HSL | hsl(252, 88%, 60%) |
| CMYK | cmyk(60%, 75%, 0%, 5%) |
| LAB | lab(41.8 61.6 -85.3) |
| LCH | lch(41.8 105.2 305.8) |
| OKLCH | oklch(0.525 0.252 282.5) |
Copy-ready code
/* CSS */
color: #613df3;
background-color: #613df3;
/* Tailwind (arbitrary) */
class="text-[#613df3] bg-[#613df3]"
/* SCSS */
$brand: #613df3;
/* SwiftUI */
Color(red: 0.380, green: 0.239, blue: 0.953)
/* Android */
Color.parseColor("#613df3")Accessibility — WCAG contrast
Aa
#613df3 on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613df3 on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green23.9%
Blue95.3%
CMYK percentages
Cyan60.1%
Magenta74.9%
Yellow0.0%
Key (black)4.7%
Color previews
#613df3 text on a black background
contrast 3.47:1
Card sample
#613df3 text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613df3;
Background color
Panel with #613df3 background
background-color: #613df3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613df3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 61, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 61, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613df3; background: linear-gradient(135deg, #613df3, #DA3DF3);