#5cb5cf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 181, 207
HSL
194°, 55%, 59%
CMYK
56, 13, 0, 19
Luminance
0.3983
Every format
| HEX | #5cb5cf |
| RGB | rgb(92, 181, 207) |
| HSL | hsl(194, 55%, 59%) |
| CMYK | cmyk(56%, 13%, 0%, 19%) |
| LAB | lab(69.3 -19.3 -21.3) |
| LCH | lch(69.3 28.7 227.7) |
| OKLCH | oklch(0.728 0.093 219.4) |
Copy-ready code
/* CSS */
color: #5cb5cf;
background-color: #5cb5cf;
/* Tailwind (arbitrary) */
class="text-[#5cb5cf] bg-[#5cb5cf]"
/* SCSS */
$brand: #5cb5cf;
/* SwiftUI */
Color(red: 0.361, green: 0.710, blue: 0.812)
/* Android */
Color.parseColor("#5cb5cf")Accessibility — WCAG contrast
Aa
#5cb5cf on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb5cf on black: 8.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green71.0%
Blue81.2%
CMYK percentages
Cyan55.6%
Magenta12.6%
Yellow0.0%
Key (black)18.8%
Color previews
#5cb5cf text on a black background
contrast 8.97:1
Card sample
#5cb5cf text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb5cf;
Background color
Panel with #5cb5cf background
background-color: #5cb5cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb5cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 181, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 181, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb5cf; background: linear-gradient(135deg, #5cb5cf, #5C68CF);