#5cccdb
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 204, 219
HSL
187°, 64%, 61%
CMYK
58, 7, 0, 14
Luminance
0.5058
Every format
| HEX | #5cccdb |
| RGB | rgb(92, 204, 219) |
| HSL | hsl(187, 64%, 61%) |
| CMYK | cmyk(58%, 7%, 0%, 14%) |
| LAB | lab(76.4 -27.5 -17.1) |
| LCH | lch(76.4 32.4 211.8) |
| OKLCH | oklch(0.786 0.103 207.2) |
Copy-ready code
/* CSS */
color: #5cccdb;
background-color: #5cccdb;
/* Tailwind (arbitrary) */
class="text-[#5cccdb] bg-[#5cccdb]"
/* SCSS */
$brand: #5cccdb;
/* SwiftUI */
Color(red: 0.361, green: 0.800, blue: 0.859)
/* Android */
Color.parseColor("#5cccdb")Accessibility — WCAG contrast
Aa
#5cccdb on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cccdb on black: 11.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green80.0%
Blue85.9%
CMYK percentages
Cyan58.0%
Magenta6.8%
Yellow0.0%
Key (black)14.1%
Color previews
#5cccdb text on a black background
contrast 11.12:1
Card sample
#5cccdb text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cccdb;
Background color
Panel with #5cccdb background
background-color: #5cccdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cccdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 204, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 204, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cccdb; background: linear-gradient(135deg, #5cccdb, #5C77DB);