#59afdf
a balanced, vivid blue · cool · closest name: skyblue
RGB
89, 175, 223
HSL
202°, 68%, 61%
CMYK
60, 22, 0, 13
Luminance
0.3811
Every format
| HEX | #59afdf |
| RGB | rgb(89, 175, 223) |
| HSL | hsl(202, 68%, 61%) |
| CMYK | cmyk(60%, 22%, 0%, 13%) |
| LAB | lab(68.1 -11.9 -32.0) |
| LCH | lch(68.1 34.1 249.5) |
| OKLCH | oklch(0.720 0.109 235.5) |
Copy-ready code
/* CSS */
color: #59afdf;
background-color: #59afdf;
/* Tailwind (arbitrary) */
class="text-[#59afdf] bg-[#59afdf]"
/* SCSS */
$brand: #59afdf;
/* SwiftUI */
Color(red: 0.349, green: 0.686, blue: 0.875)
/* Android */
Color.parseColor("#59afdf")Accessibility — WCAG contrast
Aa
#59afdf on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59afdf on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green68.6%
Blue87.5%
CMYK percentages
Cyan60.1%
Magenta21.5%
Yellow0.0%
Key (black)12.5%
Color previews
#59afdf text on a black background
contrast 8.62:1
Card sample
#59afdf text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59afdf;
Background color
Panel with #59afdf background
background-color: #59afdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59afdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 175, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 175, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59afdf; background: linear-gradient(135deg, #59afdf, #5C59DF);