#598cdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
89, 140, 223
HSL
217°, 68%, 61%
CMYK
60, 37, 0, 13
Luminance
0.2621
Every format
| HEX | #598cdf |
| RGB | rgb(89, 140, 223) |
| HSL | hsl(217, 68%, 61%) |
| CMYK | cmyk(60%, 37%, 0%, 13%) |
| LAB | lab(58.2 8.0 -47.4) |
| LCH | lch(58.2 48.1 279.5) |
| OKLCH | oklch(0.642 0.137 259.7) |
Copy-ready code
/* CSS */
color: #598cdf;
background-color: #598cdf;
/* Tailwind (arbitrary) */
class="text-[#598cdf] bg-[#598cdf]"
/* SCSS */
$brand: #598cdf;
/* SwiftUI */
Color(red: 0.349, green: 0.549, blue: 0.875)
/* Android */
Color.parseColor("#598cdf")Accessibility — WCAG contrast
Aa
#598cdf on white: 3.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598cdf on black: 6.24:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green54.9%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta37.2%
Yellow0.0%
Key (black)12.5%
Color previews
#598cdf text on a black background
contrast 6.24:1
Card sample
#598cdf text on a white background
contrast 3.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598cdf;
Background color
Panel with #598cdf background
background-color: #598cdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598cdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 140, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 140, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598cdf; background: linear-gradient(135deg, #598cdf, #7F59DF);