#626fd8
a balanced, vivid blue · warm · closest name: royalblue
RGB
98, 111, 216
HSL
233°, 60%, 62%
CMYK
55, 49, 0, 15
Luminance
0.1892
Every format
| HEX | #626fd8 |
| RGB | rgb(98, 111, 216) |
| HSL | hsl(233, 60%, 62%) |
| CMYK | cmyk(55%, 49%, 0%, 15%) |
| LAB | lab(50.6 25.0 -55.6) |
| LCH | lch(50.6 61.0 294.2) |
| OKLCH | oklch(0.584 0.159 275.0) |
Copy-ready code
/* CSS */
color: #626fd8;
background-color: #626fd8;
/* Tailwind (arbitrary) */
class="text-[#626fd8] bg-[#626fd8]"
/* SCSS */
$brand: #626fd8;
/* SwiftUI */
Color(red: 0.384, green: 0.435, blue: 0.847)
/* Android */
Color.parseColor("#626fd8")Accessibility — WCAG contrast
Aa
#626fd8 on white: 4.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#626fd8 on black: 4.78:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green43.5%
Blue84.7%
CMYK percentages
Cyan54.6%
Magenta48.6%
Yellow0.0%
Key (black)15.3%
Color previews
#626fd8 text on a black background
contrast 4.78:1
Card sample
#626fd8 text on a white background
contrast 4.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626fd8;
Background color
Panel with #626fd8 background
background-color: #626fd8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626fd8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 111, 216, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 111, 216, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626fd8; background: linear-gradient(135deg, #626fd8, #A462D8);