#626fdf
a balanced, vivid blue · warm · closest name: royalblue
RGB
98, 111, 223
HSL
234°, 66%, 63%
CMYK
56, 50, 0, 13
Luminance
0.1929
Every format
| HEX | #626fdf |
| RGB | rgb(98, 111, 223) |
| HSL | hsl(234, 66%, 63%) |
| CMYK | cmyk(56%, 50%, 0%, 13%) |
| LAB | lab(51.0 27.3 -58.9) |
| LCH | lch(51.0 64.9 294.9) |
| OKLCH | oklch(0.588 0.169 275.0) |
Copy-ready code
/* CSS */
color: #626fdf;
background-color: #626fdf;
/* Tailwind (arbitrary) */
class="text-[#626fdf] bg-[#626fdf]"
/* SCSS */
$brand: #626fdf;
/* SwiftUI */
Color(red: 0.384, green: 0.435, blue: 0.875)
/* Android */
Color.parseColor("#626fdf")Accessibility — WCAG contrast
Aa
#626fdf on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#626fdf on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green43.5%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta50.2%
Yellow0.0%
Key (black)12.5%
Color previews
#626fdf text on a black background
contrast 4.86:1
Card sample
#626fdf text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #626fdf;
Background color
Panel with #626fdf background
background-color: #626fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #626fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 111, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 111, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #626fdf; background: linear-gradient(135deg, #626fdf, #A862DF);