#626df4
a light, electric blue · warm · closest name: royalblue
RGB
98, 109, 244
HSL
236°, 87%, 67%
CMYK
60, 55, 0, 4
Luminance
0.2007
Every format
| HEX | #626df4 |
| RGB | rgb(98, 109, 244) |
| HSL | hsl(236, 87%, 67%) |
| CMYK | cmyk(60%, 55%, 0%, 4%) |
| LAB | lab(51.9 35.3 -69.2) |
| LCH | lch(51.9 77.7 297.0) |
| OKLCH | oklch(0.599 0.200 275.1) |
Copy-ready code
/* CSS */
color: #626df4;
background-color: #626df4;
/* Tailwind (arbitrary) */
class="text-[#626df4] bg-[#626df4]"
/* SCSS */
$brand: #626df4;
/* SwiftUI */
Color(red: 0.384, green: 0.427, blue: 0.957)
/* Android */
Color.parseColor("#626df4")Accessibility — WCAG contrast
Aa
#626df4 on white: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#626df4 on black: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green42.7%
Blue95.7%
CMYK percentages
Cyan59.8%
Magenta55.3%
Yellow0.0%
Key (black)4.3%
Color previews
#626df4 text on a black background
contrast 5.01:1
Card sample
#626df4 text on a white background
contrast 4.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626df4;
Background color
Panel with #626df4 background
background-color: #626df4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626df4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 109, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 109, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626df4; background: linear-gradient(135deg, #626df4, #B862F4);