#628fba
a balanced, soft blue · cool · closest name: steelblue
RGB
98, 143, 186
HSL
209°, 39%, 56%
CMYK
47, 23, 0, 27
Luminance
0.2579
Every format
| HEX | #628fba |
| RGB | rgb(98, 143, 186) |
| HSL | hsl(209, 39%, 56%) |
| CMYK | cmyk(47%, 23%, 0%, 27%) |
| LAB | lab(57.8 -3.5 -27.2) |
| LCH | lch(57.8 27.4 262.8) |
| OKLCH | oklch(0.635 0.082 248.1) |
Copy-ready code
/* CSS */
color: #628fba;
background-color: #628fba;
/* Tailwind (arbitrary) */
class="text-[#628fba] bg-[#628fba]"
/* SCSS */
$brand: #628fba;
/* SwiftUI */
Color(red: 0.384, green: 0.561, blue: 0.729)
/* Android */
Color.parseColor("#628fba")Accessibility — WCAG contrast
Aa
#628fba on white: 3.41:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628fba on black: 6.16:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green56.1%
Blue72.9%
CMYK percentages
Cyan47.3%
Magenta23.1%
Yellow0.0%
Key (black)27.1%
Color previews
#628fba text on a black background
contrast 6.16:1
Card sample
#628fba text on a white background
contrast 3.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628fba;
Background color
Panel with #628fba background
background-color: #628fba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628fba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 143, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 143, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628fba; background: linear-gradient(135deg, #628fba, #7062BA);