#625cff
a light, electric blue · warm · closest name: slateblue
RGB
98, 92, 255
HSL
242°, 100%, 68%
CMYK
62, 64, 0, 0
Luminance
0.1747
Every format
| HEX | #625cff |
| RGB | rgb(98, 92, 255) |
| HSL | hsl(242, 100%, 68%) |
| CMYK | cmyk(62%, 64%, 0%, 0%) |
| LAB | lab(48.9 48.8 -80.3) |
| LCH | lch(48.9 94.0 301.3) |
| OKLCH | oklch(0.579 0.234 277.8) |
Copy-ready code
/* CSS */
color: #625cff;
background-color: #625cff;
/* Tailwind (arbitrary) */
class="text-[#625cff] bg-[#625cff]"
/* SCSS */
$brand: #625cff;
/* SwiftUI */
Color(red: 0.384, green: 0.361, blue: 1.000)
/* Android */
Color.parseColor("#625cff")Accessibility — WCAG contrast
Aa
#625cff on white: 4.67:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#625cff on black: 4.49:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green36.1%
Blue100.0%
CMYK percentages
Cyan61.6%
Magenta63.9%
Yellow0.0%
Key (black)0.0%
Color previews
#625cff text on a black background
contrast 4.49:1
Card sample
#625cff text on a white background
contrast 4.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625cff;
Background color
Panel with #625cff background
background-color: #625cff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625cff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 92, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 92, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625cff; background: linear-gradient(135deg, #625cff, #CF5CFF);