#5abdcd
a balanced, vivid cyan · cool · closest name: skyblue
RGB
90, 189, 205
HSL
188°, 54%, 58%
CMYK
56, 8, 0, 20
Luminance
0.4298
Every format
| HEX | #5abdcd |
| RGB | rgb(90, 189, 205) |
| HSL | hsl(188, 54%, 58%) |
| CMYK | cmyk(56%, 8%, 0%, 20%) |
| LAB | lab(71.5 -24.4 -16.9) |
| LCH | lch(71.5 29.6 214.6) |
| OKLCH | oklch(0.745 0.095 209.4) |
Copy-ready code
/* CSS */
color: #5abdcd;
background-color: #5abdcd;
/* Tailwind (arbitrary) */
class="text-[#5abdcd] bg-[#5abdcd]"
/* SCSS */
$brand: #5abdcd;
/* SwiftUI */
Color(red: 0.353, green: 0.741, blue: 0.804)
/* Android */
Color.parseColor("#5abdcd")Accessibility — WCAG contrast
Aa
#5abdcd on white: 2.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5abdcd on black: 9.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.3%
Green74.1%
Blue80.4%
CMYK percentages
Cyan56.1%
Magenta7.8%
Yellow0.0%
Key (black)19.6%
Color previews
#5abdcd text on a black background
contrast 9.60:1
Card sample
#5abdcd text on a white background
contrast 2.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5abdcd;
Background color
Panel with #5abdcd background
background-color: #5abdcd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5abdcd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(90, 189, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(90, 189, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5abdcd; background: linear-gradient(135deg, #5abdcd, #5A70CD);