#59b2db
a balanced, vivid cyan · cool · closest name: skyblue
RGB
89, 178, 219
HSL
199°, 64%, 60%
CMYK
59, 19, 0, 14
Luminance
0.3908
Every format
| HEX | #59b2db |
| RGB | rgb(89, 178, 219) |
| HSL | hsl(199, 64%, 60%) |
| CMYK | cmyk(59%, 19%, 0%, 14%) |
| LAB | lab(68.8 -14.8 -28.7) |
| LCH | lch(68.8 32.3 242.8) |
| OKLCH | oklch(0.725 0.104 230.4) |
Copy-ready code
/* CSS */
color: #59b2db;
background-color: #59b2db;
/* Tailwind (arbitrary) */
class="text-[#59b2db] bg-[#59b2db]"
/* SCSS */
$brand: #59b2db;
/* SwiftUI */
Color(red: 0.349, green: 0.698, blue: 0.859)
/* Android */
Color.parseColor("#59b2db")Accessibility — WCAG contrast
Aa
#59b2db on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#59b2db on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.9%
Green69.8%
Blue85.9%
CMYK percentages
Cyan59.4%
Magenta18.7%
Yellow0.0%
Key (black)14.1%
Color previews
#59b2db text on a black background
contrast 8.82:1
Card sample
#59b2db text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #59b2db;
Background color
Panel with #59b2db background
background-color: #59b2db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #59b2db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(89, 178, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(89, 178, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #59b2db; background: linear-gradient(135deg, #59b2db, #595BDB);