#59ccf6
a light, electric cyan · cool · closest name: skyblue
RGB
89, 204, 246
HSL
196°, 90%, 66%
CMYK
64, 17, 0, 4
Luminance
0.5196
Every format
| HEX | #59ccf6 |
| RGB | rgb(89, 204, 246) |
| HSL | hsl(196, 90%, 66%) |
| CMYK | cmyk(64%, 17%, 0%, 4%) |
| LAB | lab(77.3 -20.1 -30.3) |
| LCH | lch(77.3 36.4 236.4) |
| OKLCH | oklch(0.796 0.119 225.4) |
Copy-ready code
/* CSS */
color: #59ccf6;
background-color: #59ccf6;
/* Tailwind (arbitrary) */
class="text-[#59ccf6] bg-[#59ccf6]"
/* SCSS */
$brand: #59ccf6;
/* SwiftUI */
Color(red: 0.349, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#59ccf6")Accessibility — WCAG contrast
Aa
#59ccf6 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59ccf6 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green80.0%
Blue96.5%
CMYK percentages
Cyan63.8%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#59ccf6 text on a black background
contrast 11.39:1
Card sample
#59ccf6 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59ccf6;
Background color
Panel with #59ccf6 background
background-color: #59ccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59ccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59ccf6; background: linear-gradient(135deg, #59ccf6, #5963F6);