#623bfd
a balanced, electric blue · warm · closest name: blue
RGB
98, 59, 253
HSL
252°, 98%, 61%
CMYK
61, 77, 0, 1
Luminance
0.1282
Every format
| HEX | #623bfd |
| RGB | rgb(98, 59, 253) |
| HSL | hsl(252, 98%, 61%) |
| CMYK | cmyk(61%, 77%, 0%, 1%) |
| LAB | lab(42.5 65.4 -89.7) |
| LCH | lch(42.5 111.0 306.1) |
| OKLCH | oklch(0.533 0.264 281.9) |
Copy-ready code
/* CSS */
color: #623bfd;
background-color: #623bfd;
/* Tailwind (arbitrary) */
class="text-[#623bfd] bg-[#623bfd]"
/* SCSS */
$brand: #623bfd;
/* SwiftUI */
Color(red: 0.384, green: 0.231, blue: 0.992)
/* Android */
Color.parseColor("#623bfd")Accessibility — WCAG contrast
Aa
#623bfd on white: 5.89:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#623bfd on black: 3.56:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green23.1%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta76.7%
Yellow0.0%
Key (black)0.8%
Color previews
#623bfd text on a black background
contrast 3.56:1
Card sample
#623bfd text on a white background
contrast 5.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #623bfd;
Background color
Panel with #623bfd background
background-color: #623bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #623bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 59, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 59, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #623bfd; background: linear-gradient(135deg, #623bfd, #E33BFD);