#614eee
a balanced, electric blue · warm · closest name: slateblue
RGB
97, 78, 238
HSL
247°, 83%, 62%
CMYK
59, 67, 0, 7
Luminance
0.1416
Every format
| HEX | #614eee |
| RGB | rgb(97, 78, 238) |
| HSL | hsl(247, 83%, 62%) |
| CMYK | cmyk(59%, 67%, 0%, 7%) |
| LAB | lab(44.5 51.3 -78.0) |
| LCH | lch(44.5 93.4 303.3) |
| OKLCH | oklch(0.543 0.229 281.0) |
Copy-ready code
/* CSS */
color: #614eee;
background-color: #614eee;
/* Tailwind (arbitrary) */
class="text-[#614eee] bg-[#614eee]"
/* SCSS */
$brand: #614eee;
/* SwiftUI */
Color(red: 0.380, green: 0.306, blue: 0.933)
/* Android */
Color.parseColor("#614eee")Accessibility — WCAG contrast
Aa
#614eee on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#614eee on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.0%
Green30.6%
Blue93.3%
CMYK percentages
Cyan59.2%
Magenta67.2%
Yellow0.0%
Key (black)6.7%
Color previews
#614eee text on a black background
contrast 3.83:1
Card sample
#614eee text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #614eee;
Background color
Panel with #614eee background
background-color: #614eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #614eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(97, 78, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(97, 78, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #614eee; background: linear-gradient(135deg, #614eee, #CC4EEE);