#598eee
a balanced, electric blue · cool · closest name: dodgerblue
RGB
89, 142, 238
HSL
219°, 81%, 64%
CMYK
63, 40, 0, 7
Luminance
0.2764
Every format
| HEX | #598eee |
| RGB | rgb(89, 142, 238) |
| HSL | hsl(219, 81%, 64%) |
| CMYK | cmyk(63%, 40%, 0%, 7%) |
| LAB | lab(59.6 11.8 -53.6) |
| LCH | lch(59.6 54.9 282.4) |
| OKLCH | oklch(0.655 0.154 261.3) |
Copy-ready code
/* CSS */
color: #598eee;
background-color: #598eee;
/* Tailwind (arbitrary) */
class="text-[#598eee] bg-[#598eee]"
/* SCSS */
$brand: #598eee;
/* SwiftUI */
Color(red: 0.349, green: 0.557, blue: 0.933)
/* Android */
Color.parseColor("#598eee")Accessibility — WCAG contrast
Aa
#598eee on white: 3.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#598eee on black: 6.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green55.7%
Blue93.3%
CMYK percentages
Cyan62.6%
Magenta40.3%
Yellow0.0%
Key (black)6.7%
Color previews
#598eee text on a black background
contrast 6.53:1
Card sample
#598eee text on a white background
contrast 3.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #598eee;
Background color
Panel with #598eee background
background-color: #598eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #598eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 142, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 142, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #598eee; background: linear-gradient(135deg, #598eee, #8759EE);