#623eee
a balanced, electric blue · warm · closest name: blue
RGB
98, 62, 238
HSL
252°, 84%, 59%
CMYK
59, 74, 0, 7
Luminance
0.1221
Every format
| HEX | #623eee |
| RGB | rgb(98, 62, 238) |
| HSL | hsl(252, 84%, 59%) |
| CMYK | cmyk(59%, 74%, 0%, 7%) |
| LAB | lab(41.5 59.8 -82.8) |
| LCH | lch(41.5 102.1 305.8) |
| OKLCH | oklch(0.523 0.245 283.3) |
Copy-ready code
/* CSS */
color: #623eee;
background-color: #623eee;
/* Tailwind (arbitrary) */
class="text-[#623eee] bg-[#623eee]"
/* SCSS */
$brand: #623eee;
/* SwiftUI */
Color(red: 0.384, green: 0.243, blue: 0.933)
/* Android */
Color.parseColor("#623eee")Accessibility — WCAG contrast
Aa
#623eee on white: 6.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#623eee on black: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green24.3%
Blue93.3%
CMYK percentages
Cyan58.8%
Magenta73.9%
Yellow0.0%
Key (black)6.7%
Color previews
#623eee text on a black background
contrast 3.44:1
Card sample
#623eee text on a white background
contrast 6.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623eee;
Background color
Panel with #623eee background
background-color: #623eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 62, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 62, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623eee; background: linear-gradient(135deg, #623eee, #D73EEE);