#625fff
a light, electric blue · warm · closest name: slateblue
RGB
98, 95, 255
HSL
241°, 100%, 69%
CMYK
62, 63, 0, 0
Luminance
0.1800
Every format
| HEX | #625fff |
| RGB | rgb(98, 95, 255) |
| HSL | hsl(241, 100%, 69%) |
| CMYK | cmyk(62%, 63%, 0%, 0%) |
| LAB | lab(49.5 47.1 -79.3) |
| LCH | lch(49.5 92.2 300.7) |
| OKLCH | oklch(0.584 0.230 277.4) |
Copy-ready code
/* CSS */
color: #625fff;
background-color: #625fff;
/* Tailwind (arbitrary) */
class="text-[#625fff] bg-[#625fff]"
/* SCSS */
$brand: #625fff;
/* SwiftUI */
Color(red: 0.384, green: 0.373, blue: 1.000)
/* Android */
Color.parseColor("#625fff")Accessibility — WCAG contrast
Aa
#625fff on white: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#625fff on black: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green37.3%
Blue100.0%
CMYK percentages
Cyan61.6%
Magenta62.7%
Yellow0.0%
Key (black)0.0%
Color previews
#625fff text on a black background
contrast 4.60:1
Card sample
#625fff text on a white background
contrast 4.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #625fff;
Background color
Panel with #625fff background
background-color: #625fff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #625fff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 95, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 95, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #625fff; background: linear-gradient(135deg, #625fff, #CD5FFF);