#623fd2
a balanced, vivid blue · warm · closest name: slateblue
RGB
98, 63, 210
HSL
254°, 62%, 54%
CMYK
53, 70, 0, 18
Luminance
0.1080
Every format
| HEX | #623fd2 |
| RGB | rgb(98, 63, 210) |
| HSL | hsl(254, 62%, 54%) |
| CMYK | cmyk(53%, 70%, 0%, 18%) |
| LAB | lab(39.3 51.3 -70.6) |
| LCH | lch(39.3 87.3 306.0) |
| OKLCH | oklch(0.499 0.212 286.9) |
Copy-ready code
/* CSS */
color: #623fd2;
background-color: #623fd2;
/* Tailwind (arbitrary) */
class="text-[#623fd2] bg-[#623fd2]"
/* SCSS */
$brand: #623fd2;
/* SwiftUI */
Color(red: 0.384, green: 0.247, blue: 0.824)
/* Android */
Color.parseColor("#623fd2")Accessibility — WCAG contrast
Aa
#623fd2 on white: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#623fd2 on black: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green24.7%
Blue82.4%
CMYK percentages
Cyan53.3%
Magenta70.0%
Yellow0.0%
Key (black)17.6%
Color previews
#623fd2 text on a black background
contrast 3.16:1
Card sample
#623fd2 text on a white background
contrast 6.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623fd2;
Background color
Panel with #623fd2 background
background-color: #623fd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623fd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 63, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 63, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623fd2; background: linear-gradient(135deg, #623fd2, #C43FD2);