#613fef
a balanced, electric blue · warm · closest name: blue
RGB
97, 63, 239
HSL
252°, 85%, 59%
CMYK
59, 74, 0, 6
Luminance
0.1233
Every format
| HEX | #613fef |
| RGB | rgb(97, 63, 239) |
| HSL | hsl(252, 85%, 59%) |
| CMYK | cmyk(59%, 74%, 0%, 6%) |
| LAB | lab(41.7 59.5 -83.0) |
| LCH | lch(41.7 102.1 305.6) |
| OKLCH | oklch(0.524 0.245 282.7) |
Copy-ready code
/* CSS */
color: #613fef;
background-color: #613fef;
/* Tailwind (arbitrary) */
class="text-[#613fef] bg-[#613fef]"
/* SCSS */
$brand: #613fef;
/* SwiftUI */
Color(red: 0.380, green: 0.247, blue: 0.937)
/* Android */
Color.parseColor("#613fef")Accessibility — WCAG contrast
Aa
#613fef on white: 6.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#613fef on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green24.7%
Blue93.7%
CMYK percentages
Cyan59.4%
Magenta73.6%
Yellow0.0%
Key (black)6.3%
Color previews
#613fef text on a black background
contrast 3.47:1
Card sample
#613fef text on a white background
contrast 6.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #613fef;
Background color
Panel with #613fef background
background-color: #613fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #613fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 63, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 63, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #613fef; background: linear-gradient(135deg, #613fef, #D63FEF);