#59dbfd
a light, electric cyan · cool · closest name: skyblue
RGB
89, 219, 253
HSL
192°, 98%, 67%
CMYK
65, 13, 0, 1
Luminance
0.5988
Every format
| HEX | #59dbfd |
| RGB | rgb(89, 219, 253) |
| HSL | hsl(192, 98%, 67%) |
| CMYK | cmyk(65%, 13%, 0%, 1%) |
| LAB | lab(81.8 -25.6 -27.1) |
| LCH | lch(81.8 37.3 226.7) |
| OKLCH | oklch(0.833 0.122 218.3) |
Copy-ready code
/* CSS */
color: #59dbfd;
background-color: #59dbfd;
/* Tailwind (arbitrary) */
class="text-[#59dbfd] bg-[#59dbfd]"
/* SCSS */
$brand: #59dbfd;
/* SwiftUI */
Color(red: 0.349, green: 0.859, blue: 0.992)
/* Android */
Color.parseColor("#59dbfd")Accessibility — WCAG contrast
Aa
#59dbfd on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59dbfd on black: 12.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green85.9%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta13.4%
Yellow0.0%
Key (black)0.8%
Color previews
#59dbfd text on a black background
contrast 12.98:1
Card sample
#59dbfd text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59dbfd;
Background color
Panel with #59dbfd background
background-color: #59dbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59dbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 219, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 219, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59dbfd; background: linear-gradient(135deg, #59dbfd, #596EFD);