#626ade
a balanced, vivid blue · warm · closest name: royalblue
RGB
98, 106, 222
HSL
236°, 65%, 63%
CMYK
56, 52, 0, 13
Luminance
0.1818
Every format
| HEX | #626ade |
| RGB | rgb(98, 106, 222) |
| HSL | hsl(236, 65%, 63%) |
| CMYK | cmyk(56%, 52%, 0%, 13%) |
| LAB | lab(49.7 30.0 -60.4) |
| LCH | lch(49.7 67.5 296.4) |
| OKLCH | oklch(0.578 0.174 276.5) |
Copy-ready code
/* CSS */
color: #626ade;
background-color: #626ade;
/* Tailwind (arbitrary) */
class="text-[#626ade] bg-[#626ade]"
/* SCSS */
$brand: #626ade;
/* SwiftUI */
Color(red: 0.384, green: 0.416, blue: 0.871)
/* Android */
Color.parseColor("#626ade")Accessibility — WCAG contrast
Aa
#626ade on white: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#626ade on black: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green41.6%
Blue87.1%
CMYK percentages
Cyan55.9%
Magenta52.3%
Yellow0.0%
Key (black)12.9%
Color previews
#626ade text on a black background
contrast 4.64:1
Card sample
#626ade text on a white background
contrast 4.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626ade;
Background color
Panel with #626ade background
background-color: #626ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 106, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 106, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626ade; background: linear-gradient(135deg, #626ade, #AD62DE);