#623eb4
a balanced, vivid violet · warm · closest name: slateblue
RGB
98, 62, 180
HSL
258°, 49%, 48%
CMYK
46, 66, 0, 29
Luminance
0.0934
Every format
| HEX | #623eb4 |
| RGB | rgb(98, 62, 180) |
| HSL | hsl(258, 49%, 48%) |
| CMYK | cmyk(46%, 66%, 0%, 29%) |
| LAB | lab(36.6 43.3 -57.3) |
| LCH | lch(36.6 71.9 307.1) |
| OKLCH | oklch(0.472 0.177 292.3) |
Copy-ready code
/* CSS */
color: #623eb4;
background-color: #623eb4;
/* Tailwind (arbitrary) */
class="text-[#623eb4] bg-[#623eb4]"
/* SCSS */
$brand: #623eb4;
/* SwiftUI */
Color(red: 0.384, green: 0.243, blue: 0.706)
/* Android */
Color.parseColor("#623eb4")Accessibility — WCAG contrast
Aa
#623eb4 on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#623eb4 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green24.3%
Blue70.6%
CMYK percentages
Cyan45.6%
Magenta65.6%
Yellow0.0%
Key (black)29.4%
Color previews
#623eb4 text on a black background
contrast 2.87:1
Card sample
#623eb4 text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623eb4;
Background color
Panel with #623eb4 background
background-color: #623eb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623eb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 62, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 62, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623eb4; background: linear-gradient(135deg, #623eb4, #B13EB4);