#628cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
98, 140, 223
HSL
220°, 66%, 63%
CMYK
56, 37, 0, 13
Luminance
0.2668
Every format
| HEX | #628cdf |
| RGB | rgb(98, 140, 223) |
| HSL | hsl(220, 66%, 63%) |
| CMYK | cmyk(56%, 37%, 0%, 13%) |
| LAB | lab(58.7 9.7 -46.7) |
| LCH | lch(58.7 47.7 281.8) |
| OKLCH | oklch(0.647 0.133 262.9) |
Copy-ready code
/* CSS */
color: #628cdf;
background-color: #628cdf;
/* Tailwind (arbitrary) */
class="text-[#628cdf] bg-[#628cdf]"
/* SCSS */
$brand: #628cdf;
/* SwiftUI */
Color(red: 0.384, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#628cdf")Accessibility — WCAG contrast
Aa
#628cdf on white: 3.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628cdf on black: 6.34:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green54.9%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#628cdf text on a black background
contrast 6.34:1
Card sample
#628cdf text on a white background
contrast 3.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628cdf;
Background color
Panel with #628cdf background
background-color: #628cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628cdf; background: linear-gradient(135deg, #628cdf, #8B62DF);