#5cbfd6
a balanced, vivid cyan · cool · closest name: skyblue
RGB
92, 191, 214
HSL
191°, 60%, 60%
CMYK
57, 11, 0, 16
Luminance
0.4439
Every format
| HEX | #5cbfd6 |
| RGB | rgb(92, 191, 214) |
| HSL | hsl(191, 60%, 60%) |
| CMYK | cmyk(57%, 11%, 0%, 16%) |
| LAB | lab(72.5 -22.4 -20.3) |
| LCH | lch(72.5 30.3 222.2) |
| OKLCH | oklch(0.754 0.098 215.1) |
Copy-ready code
/* CSS */
color: #5cbfd6;
background-color: #5cbfd6;
/* Tailwind (arbitrary) */
class="text-[#5cbfd6] bg-[#5cbfd6]"
/* SCSS */
$brand: #5cbfd6;
/* SwiftUI */
Color(red: 0.361, green: 0.749, blue: 0.839)
/* Android */
Color.parseColor("#5cbfd6")Accessibility — WCAG contrast
Aa
#5cbfd6 on white: 2.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cbfd6 on black: 9.88:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green74.9%
Blue83.9%
CMYK percentages
Cyan57.0%
Magenta10.7%
Yellow0.0%
Key (black)16.1%
Color previews
#5cbfd6 text on a black background
contrast 9.88:1
Card sample
#5cbfd6 text on a white background
contrast 2.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cbfd6;
Background color
Panel with #5cbfd6 background
background-color: #5cbfd6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cbfd6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 191, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 191, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cbfd6; background: linear-gradient(135deg, #5cbfd6, #5C6ED6);