#59b9df
a balanced, vivid cyan · cool · closest name: skyblue
RGB
89, 185, 223
HSL
197°, 68%, 61%
CMYK
60, 17, 0, 13
Luminance
0.4215
Every format
| HEX | #59b9df |
| RGB | rgb(89, 185, 223) |
| HSL | hsl(197, 68%, 61%) |
| CMYK | cmyk(60%, 17%, 0%, 13%) |
| LAB | lab(71.0 -17.2 -27.5) |
| LCH | lch(71.0 32.5 238.0) |
| OKLCH | oklch(0.743 0.105 226.8) |
Copy-ready code
/* CSS */
color: #59b9df;
background-color: #59b9df;
/* Tailwind (arbitrary) */
class="text-[#59b9df] bg-[#59b9df]"
/* SCSS */
$brand: #59b9df;
/* SwiftUI */
Color(red: 0.349, green: 0.725, blue: 0.875)
/* Android */
Color.parseColor("#59b9df")Accessibility — WCAG contrast
Aa
#59b9df on white: 2.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59b9df on black: 9.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green72.5%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta17.0%
Yellow0.0%
Key (black)12.5%
Color previews
#59b9df text on a black background
contrast 9.43:1
Card sample
#59b9df text on a white background
contrast 2.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59b9df;
Background color
Panel with #59b9df background
background-color: #59b9df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59b9df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 185, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 185, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59b9df; background: linear-gradient(135deg, #59b9df, #5960DF);