#59bfef
a balanced, electric cyan · cool · closest name: skyblue
RGB
89, 191, 239
HSL
199°, 82%, 64%
CMYK
63, 20, 0, 6
Luminance
0.4562
Every format
| HEX | #59bfef |
| RGB | rgb(89, 191, 239) |
| HSL | hsl(199, 82%, 64%) |
| CMYK | cmyk(63%, 20%, 0%, 6%) |
| LAB | lab(73.3 -15.5 -32.6) |
| LCH | lch(73.3 36.1 244.6) |
| OKLCH | oklch(0.763 0.117 231.5) |
Copy-ready code
/* CSS */
color: #59bfef;
background-color: #59bfef;
/* Tailwind (arbitrary) */
class="text-[#59bfef] bg-[#59bfef]"
/* SCSS */
$brand: #59bfef;
/* SwiftUI */
Color(red: 0.349, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#59bfef")Accessibility — WCAG contrast
Aa
#59bfef on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59bfef on black: 10.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green74.9%
Blue93.7%
CMYK percentages
Cyan62.8%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#59bfef text on a black background
contrast 10.12:1
Card sample
#59bfef text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59bfef;
Background color
Panel with #59bfef background
background-color: #59bfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59bfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59bfef; background: linear-gradient(135deg, #59bfef, #595BEF);