#59adeb
a balanced, electric blue · cool · closest name: steelblue
RGB
89, 173, 235
HSL
206°, 79%, 64%
CMYK
62, 26, 0, 8
Luminance
0.3801
Every format
| HEX | #59adeb |
| RGB | rgb(89, 173, 235) |
| HSL | hsl(206, 79%, 64%) |
| CMYK | cmyk(62%, 26%, 0%, 8%) |
| LAB | lab(68.0 -7.1 -38.6) |
| LCH | lch(68.0 39.3 259.6) |
| OKLCH | oklch(0.721 0.122 243.0) |
Copy-ready code
/* CSS */
color: #59adeb;
background-color: #59adeb;
/* Tailwind (arbitrary) */
class="text-[#59adeb] bg-[#59adeb]"
/* SCSS */
$brand: #59adeb;
/* SwiftUI */
Color(red: 0.349, green: 0.678, blue: 0.922)
/* Android */
Color.parseColor("#59adeb")Accessibility — WCAG contrast
Aa
#59adeb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59adeb on black: 8.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green67.8%
Blue92.2%
CMYK percentages
Cyan62.1%
Magenta26.4%
Yellow0.0%
Key (black)7.8%
Color previews
#59adeb text on a black background
contrast 8.60:1
Card sample
#59adeb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59adeb;
Background color
Panel with #59adeb background
background-color: #59adeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59adeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 173, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 173, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59adeb; background: linear-gradient(135deg, #59adeb, #6659EB);