#59adef
a balanced, electric blue · cool · closest name: steelblue
RGB
89, 173, 239
HSL
206°, 82%, 64%
CMYK
63, 28, 0, 6
Luminance
0.3824
Every format
| HEX | #59adef |
| RGB | rgb(89, 173, 239) |
| HSL | hsl(206, 82%, 64%) |
| CMYK | cmyk(63%, 28%, 0%, 6%) |
| LAB | lab(68.2 -5.8 -40.6) |
| LCH | lch(68.2 41.0 261.9) |
| OKLCH | oklch(0.723 0.127 244.6) |
Copy-ready code
/* CSS */
color: #59adef;
background-color: #59adef;
/* Tailwind (arbitrary) */
class="text-[#59adef] bg-[#59adef]"
/* SCSS */
$brand: #59adef;
/* SwiftUI */
Color(red: 0.349, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#59adef")Accessibility — WCAG contrast
Aa
#59adef on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59adef on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.8%
Blue93.7%
CMYK percentages
Cyan62.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#59adef text on a black background
contrast 8.65:1
Card sample
#59adef text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59adef;
Background color
Panel with #59adef background
background-color: #59adef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59adef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59adef; background: linear-gradient(135deg, #59adef, #6959EF);