#627fdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
98, 127, 223
HSL
226°, 66%, 63%
CMYK
56, 43, 0, 13
Luminance
0.2310
Every format
| HEX | #627fdf |
| RGB | rgb(98, 127, 223) |
| HSL | hsl(226, 66%, 63%) |
| CMYK | cmyk(56%, 43%, 0%, 13%) |
| LAB | lab(55.2 17.5 -52.2) |
| LCH | lch(55.2 55.1 288.6) |
| OKLCH | oklch(0.620 0.149 269.1) |
Copy-ready code
/* CSS */
color: #627fdf;
background-color: #627fdf;
/* Tailwind (arbitrary) */
class="text-[#627fdf] bg-[#627fdf]"
/* SCSS */
$brand: #627fdf;
/* SwiftUI */
Color(red: 0.384, green: 0.498, blue: 0.875)
/* Android */
Color.parseColor("#627fdf")Accessibility — WCAG contrast
Aa
#627fdf on white: 3.74:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#627fdf on black: 5.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green49.8%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta43.0%
Yellow0.0%
Key (black)12.5%
Color previews
#627fdf text on a black background
contrast 5.62:1
Card sample
#627fdf text on a white background
contrast 3.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627fdf;
Background color
Panel with #627fdf background
background-color: #627fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 127, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 127, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627fdf; background: linear-gradient(135deg, #627fdf, #9862DF);