#59cbfd
a light, electric cyan · cool · closest name: skyblue
RGB
89, 203, 253
HSL
198°, 98%, 67%
CMYK
65, 20, 0, 1
Luminance
0.5193
Every format
| HEX | #59cbfd |
| RGB | rgb(89, 203, 253) |
| HSL | hsl(198, 98%, 67%) |
| CMYK | cmyk(65%, 20%, 0%, 1%) |
| LAB | lab(77.2 -17.4 -34.1) |
| LCH | lch(77.2 38.3 242.9) |
| OKLCH | oklch(0.796 0.124 230.1) |
Copy-ready code
/* CSS */
color: #59cbfd;
background-color: #59cbfd;
/* Tailwind (arbitrary) */
class="text-[#59cbfd] bg-[#59cbfd]"
/* SCSS */
$brand: #59cbfd;
/* SwiftUI */
Color(red: 0.349, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#59cbfd")Accessibility — WCAG contrast
Aa
#59cbfd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59cbfd on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green79.6%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#59cbfd text on a black background
contrast 11.39:1
Card sample
#59cbfd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59cbfd;
Background color
Panel with #59cbfd background
background-color: #59cbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59cbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59cbfd; background: linear-gradient(135deg, #59cbfd, #595EFD);