#623ef1
a balanced, electric blue · warm · closest name: blue
RGB
98, 62, 241
HSL
252°, 87%, 59%
CMYK
59, 74, 0, 6
Luminance
0.1239
Every format
| HEX | #623ef1 |
| RGB | rgb(98, 62, 241) |
| HSL | hsl(252, 87%, 59%) |
| CMYK | cmyk(59%, 74%, 0%, 6%) |
| LAB | lab(41.8 60.6 -84.0) |
| LCH | lch(41.8 103.6 305.8) |
| OKLCH | oklch(0.525 0.248 282.9) |
Copy-ready code
/* CSS */
color: #623ef1;
background-color: #623ef1;
/* Tailwind (arbitrary) */
class="text-[#623ef1] bg-[#623ef1]"
/* SCSS */
$brand: #623ef1;
/* SwiftUI */
Color(red: 0.384, green: 0.243, blue: 0.945)
/* Android */
Color.parseColor("#623ef1")Accessibility — WCAG contrast
Aa
#623ef1 on white: 6.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#623ef1 on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green24.3%
Blue94.5%
CMYK percentages
Cyan59.3%
Magenta74.3%
Yellow0.0%
Key (black)5.5%
Color previews
#623ef1 text on a black background
contrast 3.48:1
Card sample
#623ef1 text on a white background
contrast 6.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623ef1;
Background color
Panel with #623ef1 background
background-color: #623ef1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623ef1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 62, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 62, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623ef1; background: linear-gradient(135deg, #623ef1, #D93EF1);