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