#59cdf3
a light, electric cyan · cool · closest name: skyblue
RGB
89, 205, 243
HSL
195°, 87%, 65%
CMYK
63, 16, 0, 5
Luminance
0.5226
Every format
| HEX | #59cdf3 |
| RGB | rgb(89, 205, 243) |
| HSL | hsl(195, 87%, 65%) |
| CMYK | cmyk(63%, 16%, 0%, 5%) |
| LAB | lab(77.4 -21.5 -28.4) |
| LCH | lch(77.4 35.7 232.9) |
| OKLCH | oklch(0.797 0.117 222.8) |
Copy-ready code
/* CSS */
color: #59cdf3;
background-color: #59cdf3;
/* Tailwind (arbitrary) */
class="text-[#59cdf3] bg-[#59cdf3]"
/* SCSS */
$brand: #59cdf3;
/* SwiftUI */
Color(red: 0.349, green: 0.804, blue: 0.953)
/* Android */
Color.parseColor("#59cdf3")Accessibility — WCAG contrast
Aa
#59cdf3 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59cdf3 on black: 11.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.4%
Blue95.3%
CMYK percentages
Cyan63.4%
Magenta15.6%
Yellow0.0%
Key (black)4.7%
Color previews
#59cdf3 text on a black background
contrast 11.45:1
Card sample
#59cdf3 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59cdf3;
Background color
Panel with #59cdf3 background
background-color: #59cdf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59cdf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 205, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 205, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59cdf3; background: linear-gradient(135deg, #59cdf3, #5966F3);