#626df2
a light, electric blue · warm · closest name: royalblue
RGB
98, 109, 242
HSL
235°, 85%, 67%
CMYK
60, 55, 0, 5
Luminance
0.1994
Every format
| HEX | #626df2 |
| RGB | rgb(98, 109, 242) |
| HSL | hsl(235, 85%, 67%) |
| CMYK | cmyk(60%, 55%, 0%, 5%) |
| LAB | lab(51.8 34.6 -68.3) |
| LCH | lch(51.8 76.6 296.9) |
| OKLCH | oklch(0.598 0.197 275.2) |
Copy-ready code
/* CSS */
color: #626df2;
background-color: #626df2;
/* Tailwind (arbitrary) */
class="text-[#626df2] bg-[#626df2]"
/* SCSS */
$brand: #626df2;
/* SwiftUI */
Color(red: 0.384, green: 0.427, blue: 0.949)
/* Android */
Color.parseColor("#626df2")Accessibility — WCAG contrast
Aa
#626df2 on white: 4.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#626df2 on black: 4.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green42.7%
Blue94.9%
CMYK percentages
Cyan59.5%
Magenta55.0%
Yellow0.0%
Key (black)5.1%
Color previews
#626df2 text on a black background
contrast 4.99:1
Card sample
#626df2 text on a white background
contrast 4.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626df2;
Background color
Panel with #626df2 background
background-color: #626df2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626df2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 109, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 109, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626df2; background: linear-gradient(135deg, #626df2, #B762F2);