#5cacce
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 172, 206
HSL
198°, 54%, 58%
CMYK
55, 17, 0, 19
Luminance
0.3624
Every format
| HEX | #5cacce |
| RGB | rgb(92, 172, 206) |
| HSL | hsl(198, 54%, 58%) |
| CMYK | cmyk(55%, 17%, 0%, 19%) |
| LAB | lab(66.7 -14.9 -24.8) |
| LCH | lch(66.7 28.9 239.0) |
| OKLCH | oklch(0.707 0.093 227.9) |
Copy-ready code
/* CSS */
color: #5cacce;
background-color: #5cacce;
/* Tailwind (arbitrary) */
class="text-[#5cacce] bg-[#5cacce]"
/* SCSS */
$brand: #5cacce;
/* SwiftUI */
Color(red: 0.361, green: 0.675, blue: 0.808)
/* Android */
Color.parseColor("#5cacce")Accessibility — WCAG contrast
Aa
#5cacce on white: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cacce on black: 8.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green67.5%
Blue80.8%
CMYK percentages
Cyan55.3%
Magenta16.5%
Yellow0.0%
Key (black)19.2%
Color previews
#5cacce text on a black background
contrast 8.25:1
Card sample
#5cacce text on a white background
contrast 2.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cacce;
Background color
Panel with #5cacce background
background-color: #5cacce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cacce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 172, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 172, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cacce; background: linear-gradient(135deg, #5cacce, #5C60CE);