#599ade
a balanced, vivid blue · cool · closest name: steelblue
RGB
89, 154, 222
HSL
211°, 67%, 61%
CMYK
60, 31, 0, 13
Luminance
0.3051
Every format
| HEX | #599ade |
| RGB | rgb(89, 154, 222) |
| HSL | hsl(211, 67%, 61%) |
| CMYK | cmyk(60%, 31%, 0%, 13%) |
| LAB | lab(62.1 -0.5 -40.8) |
| LCH | lch(62.1 40.8 269.2) |
| OKLCH | oklch(0.672 0.122 251.0) |
Copy-ready code
/* CSS */
color: #599ade;
background-color: #599ade;
/* Tailwind (arbitrary) */
class="text-[#599ade] bg-[#599ade]"
/* SCSS */
$brand: #599ade;
/* SwiftUI */
Color(red: 0.349, green: 0.604, blue: 0.871)
/* Android */
Color.parseColor("#599ade")Accessibility — WCAG contrast
Aa
#599ade on white: 2.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#599ade on black: 7.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green60.4%
Blue87.1%
CMYK percentages
Cyan59.9%
Magenta30.6%
Yellow0.0%
Key (black)12.9%
Color previews
#599ade text on a black background
contrast 7.10:1
Card sample
#599ade text on a white background
contrast 2.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #599ade;
Background color
Panel with #599ade background
background-color: #599ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #599ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 154, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 154, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #599ade; background: linear-gradient(135deg, #599ade, #7159DE);