#624ade
a balanced, vivid blue · warm · closest name: slateblue
RGB
98, 74, 222
HSL
250°, 69%, 58%
CMYK
56, 67, 0, 13
Luminance
0.1277
Every format
| HEX | #624ade |
| RGB | rgb(98, 74, 222) |
| HSL | hsl(250, 69%, 58%) |
| CMYK | cmyk(56%, 67%, 0%, 13%) |
| LAB | lab(42.4 48.9 -72.3) |
| LCH | lch(42.4 87.3 304.1) |
| OKLCH | oklch(0.524 0.214 283.6) |
Copy-ready code
/* CSS */
color: #624ade;
background-color: #624ade;
/* Tailwind (arbitrary) */
class="text-[#624ade] bg-[#624ade]"
/* SCSS */
$brand: #624ade;
/* SwiftUI */
Color(red: 0.384, green: 0.290, blue: 0.871)
/* Android */
Color.parseColor("#624ade")Accessibility — WCAG contrast
Aa
#624ade on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#624ade on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green29.0%
Blue87.1%
CMYK percentages
Cyan55.9%
Magenta66.7%
Yellow0.0%
Key (black)12.9%
Color previews
#624ade text on a black background
contrast 3.55:1
Card sample
#624ade text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #624ade;
Background color
Panel with #624ade background
background-color: #624ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #624ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 74, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 74, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #624ade; background: linear-gradient(135deg, #624ade, #C54ADE);