#59bdfd
a light, electric blue · cool · closest name: skyblue
RGB
89, 189, 253
HSL
203°, 98%, 67%
CMYK
65, 25, 0, 1
Luminance
0.4561
Every format
| HEX | #59bdfd |
| RGB | rgb(89, 189, 253) |
| HSL | hsl(203, 98%, 67%) |
| CMYK | cmyk(65%, 25%, 0%, 1%) |
| LAB | lab(73.3 -10.1 -40.2) |
| LCH | lch(73.3 41.4 256.0) |
| OKLCH | oklch(0.765 0.131 239.7) |
Copy-ready code
/* CSS */
color: #59bdfd;
background-color: #59bdfd;
/* Tailwind (arbitrary) */
class="text-[#59bdfd] bg-[#59bdfd]"
/* SCSS */
$brand: #59bdfd;
/* SwiftUI */
Color(red: 0.349, green: 0.741, blue: 0.992)
/* Android */
Color.parseColor("#59bdfd")Accessibility — WCAG contrast
Aa
#59bdfd on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59bdfd on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green74.1%
Blue99.2%
CMYK percentages
Cyan64.8%
Magenta25.3%
Yellow0.0%
Key (black)0.8%
Color previews
#59bdfd text on a black background
contrast 10.12:1
Card sample
#59bdfd text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59bdfd;
Background color
Panel with #59bdfd background
background-color: #59bdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59bdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 189, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 189, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59bdfd; background: linear-gradient(135deg, #59bdfd, #6359FD);