#628fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
98, 143, 223
HSL
218°, 66%, 63%
CMYK
56, 36, 0, 13
Luminance
0.2757
Every format
| HEX | #628fdf |
| RGB | rgb(98, 143, 223) |
| HSL | hsl(218, 66%, 63%) |
| CMYK | cmyk(56%, 36%, 0%, 13%) |
| LAB | lab(59.5 8.0 -45.4) |
| LCH | lch(59.5 46.1 280.0) |
| OKLCH | oklch(0.653 0.130 261.2) |
Copy-ready code
/* CSS */
color: #628fdf;
background-color: #628fdf;
/* Tailwind (arbitrary) */
class="text-[#628fdf] bg-[#628fdf]"
/* SCSS */
$brand: #628fdf;
/* SwiftUI */
Color(red: 0.384, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#628fdf")Accessibility — WCAG contrast
Aa
#628fdf on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628fdf on black: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green56.1%
Blue87.5%
CMYK percentages
Cyan56.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#628fdf text on a black background
contrast 6.51:1
Card sample
#628fdf text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628fdf;
Background color
Panel with #628fdf background
background-color: #628fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628fdf; background: linear-gradient(135deg, #628fdf, #8862DF);