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