#5bcddf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
91, 205, 223
HSL
188°, 67%, 62%
CMYK
59, 8, 0, 13
Luminance
0.5121
Every format
| HEX | #5bcddf |
| RGB | rgb(91, 205, 223) |
| HSL | hsl(188, 67%, 62%) |
| CMYK | cmyk(59%, 8%, 0%, 13%) |
| LAB | lab(76.8 -27.0 -18.6) |
| LCH | lch(76.8 32.8 214.6) |
| OKLCH | oklch(0.790 0.105 209.3) |
Copy-ready code
/* CSS */
color: #5bcddf;
background-color: #5bcddf;
/* Tailwind (arbitrary) */
class="text-[#5bcddf] bg-[#5bcddf]"
/* SCSS */
$brand: #5bcddf;
/* SwiftUI */
Color(red: 0.357, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#5bcddf")Accessibility — WCAG contrast
Aa
#5bcddf on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5bcddf on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red35.7%
Green80.4%
Blue87.5%
CMYK percentages
Cyan59.2%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#5bcddf text on a black background
contrast 11.24:1
Card sample
#5bcddf text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5bcddf;
Background color
Panel with #5bcddf background
background-color: #5bcddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5bcddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(91, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(91, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5bcddf; background: linear-gradient(135deg, #5bcddf, #5B75DF);