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