#59ccf1
a balanced, electric cyan · cool · closest name: skyblue
RGB
89, 204, 241
HSL
195°, 84%, 65%
CMYK
63, 15, 0, 6
Luminance
0.5166
Every format
| HEX | #59ccf1 |
| RGB | rgb(89, 204, 241) |
| HSL | hsl(195, 84%, 65%) |
| CMYK | cmyk(63%, 15%, 0%, 6%) |
| LAB | lab(77.1 -21.6 -27.9) |
| LCH | lch(77.1 35.3 232.2) |
| OKLCH | oklch(0.794 0.115 222.4) |
Copy-ready code
/* CSS */
color: #59ccf1;
background-color: #59ccf1;
/* Tailwind (arbitrary) */
class="text-[#59ccf1] bg-[#59ccf1]"
/* SCSS */
$brand: #59ccf1;
/* SwiftUI */
Color(red: 0.349, green: 0.800, blue: 0.945)
/* Android */
Color.parseColor("#59ccf1")Accessibility — WCAG contrast
Aa
#59ccf1 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ccf1 on black: 11.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.0%
Blue94.5%
CMYK percentages
Cyan63.1%
Magenta15.4%
Yellow0.0%
Key (black)5.5%
Color previews
#59ccf1 text on a black background
contrast 11.33:1
Card sample
#59ccf1 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ccf1;
Background color
Panel with #59ccf1 background
background-color: #59ccf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ccf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 204, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 204, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ccf1; background: linear-gradient(135deg, #59ccf1, #5967F1);