#5cbdcf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 189, 207
HSL
189°, 55%, 59%
CMYK
56, 9, 0, 19
Luminance
0.4318
Every format
| HEX | #5cbdcf |
| RGB | rgb(92, 189, 207) |
| HSL | hsl(189, 55%, 59%) |
| CMYK | cmyk(56%, 9%, 0%, 19%) |
| LAB | lab(71.7 -23.4 -17.7) |
| LCH | lch(71.7 29.4 217.1) |
| OKLCH | oklch(0.747 0.094 211.3) |
Copy-ready code
/* CSS */
color: #5cbdcf;
background-color: #5cbdcf;
/* Tailwind (arbitrary) */
class="text-[#5cbdcf] bg-[#5cbdcf]"
/* SCSS */
$brand: #5cbdcf;
/* SwiftUI */
Color(red: 0.361, green: 0.741, blue: 0.812)
/* Android */
Color.parseColor("#5cbdcf")Accessibility — WCAG contrast
Aa
#5cbdcf on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbdcf on black: 9.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.1%
Blue81.2%
CMYK percentages
Cyan55.6%
Magenta8.7%
Yellow0.0%
Key (black)18.8%
Color previews
#5cbdcf text on a black background
contrast 9.64:1
Card sample
#5cbdcf text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbdcf;
Background color
Panel with #5cbdcf background
background-color: #5cbdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 189, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 189, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbdcf; background: linear-gradient(135deg, #5cbdcf, #5C70CF);