#627cdf
a balanced, vivid blue · warm · closest name: dodgerblue
RGB
98, 124, 223
HSL
228°, 66%, 63%
CMYK
56, 44, 0, 13
Luminance
0.2234
Every format
| HEX | #627cdf |
| RGB | rgb(98, 124, 223) |
| HSL | hsl(228, 66%, 63%) |
| CMYK | cmyk(56%, 44%, 0%, 13%) |
| LAB | lab(54.4 19.4 -53.5) |
| LCH | lch(54.4 56.9 289.9) |
| OKLCH | oklch(0.614 0.152 270.3) |
Copy-ready code
/* CSS */
color: #627cdf;
background-color: #627cdf;
/* Tailwind (arbitrary) */
class="text-[#627cdf] bg-[#627cdf]"
/* SCSS */
$brand: #627cdf;
/* SwiftUI */
Color(red: 0.384, green: 0.486, blue: 0.875)
/* Android */
Color.parseColor("#627cdf")Accessibility — WCAG contrast
Aa
#627cdf on white: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#627cdf on black: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green48.6%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta44.4%
Yellow0.0%
Key (black)12.5%
Color previews
#627cdf text on a black background
contrast 5.47:1
Card sample
#627cdf text on a white background
contrast 3.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #627cdf;
Background color
Panel with #627cdf background
background-color: #627cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #627cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 124, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 124, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #627cdf; background: linear-gradient(135deg, #627cdf, #9B62DF);