#598fdf
a balanced, vivid blue · cool · closest name: dodgerblue
RGB
89, 143, 223
HSL
216°, 68%, 61%
CMYK
60, 36, 0, 13
Luminance
0.2710
Every format
| HEX | #598fdf |
| RGB | rgb(89, 143, 223) |
| HSL | hsl(216, 68%, 61%) |
| CMYK | cmyk(60%, 36%, 0%, 13%) |
| LAB | lab(59.1 6.2 -46.1) |
| LCH | lch(59.1 46.5 277.6) |
| OKLCH | oklch(0.649 0.134 258.1) |
Copy-ready code
/* CSS */
color: #598fdf;
background-color: #598fdf;
/* Tailwind (arbitrary) */
class="text-[#598fdf] bg-[#598fdf]"
/* SCSS */
$brand: #598fdf;
/* SwiftUI */
Color(red: 0.349, green: 0.561, blue: 0.875)
/* Android */
Color.parseColor("#598fdf")Accessibility — WCAG contrast
Aa
#598fdf on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598fdf on black: 6.42:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green56.1%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta35.9%
Yellow0.0%
Key (black)12.5%
Color previews
#598fdf text on a black background
contrast 6.42:1
Card sample
#598fdf text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598fdf;
Background color
Panel with #598fdf background
background-color: #598fdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598fdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 143, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 143, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598fdf; background: linear-gradient(135deg, #598fdf, #7C59DF);