#628bfd
a light, electric blue · cool · closest name: dodgerblue
RGB
98, 139, 253
HSL
224°, 98%, 69%
CMYK
61, 45, 0, 1
Luminance
0.2815
Every format
| HEX | #628bfd |
| RGB | rgb(98, 139, 253) |
| HSL | hsl(224, 98%, 69%) |
| CMYK | cmyk(61%, 45%, 0%, 1%) |
| LAB | lab(60.0 20.1 -61.1) |
| LCH | lch(60.0 64.4 288.2) |
| OKLCH | oklch(0.662 0.175 266.8) |
Copy-ready code
/* CSS */
color: #628bfd;
background-color: #628bfd;
/* Tailwind (arbitrary) */
class="text-[#628bfd] bg-[#628bfd]"
/* SCSS */
$brand: #628bfd;
/* SwiftUI */
Color(red: 0.384, green: 0.545, blue: 0.992)
/* Android */
Color.parseColor("#628bfd")Accessibility — WCAG contrast
Aa
#628bfd on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#628bfd on black: 6.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red38.4%
Green54.5%
Blue99.2%
CMYK percentages
Cyan61.3%
Magenta45.1%
Yellow0.0%
Key (black)0.8%
Color previews
#628bfd text on a black background
contrast 6.63:1
Card sample
#628bfd text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #628bfd;
Background color
Panel with #628bfd background
background-color: #628bfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #628bfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(98, 139, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(98, 139, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #628bfd; background: linear-gradient(135deg, #628bfd, #A062FD);