#5cd4cb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 212, 203
HSL
176°, 58%, 60%
CMYK
57, 0, 4, 17
Luminance
0.5367
Every format
| HEX | #5cd4cb |
| RGB | rgb(92, 212, 203) |
| HSL | hsl(176, 58%, 60%) |
| CMYK | cmyk(57%, 0%, 4%, 17%) |
| LAB | lab(78.3 -35.6 -5.7) |
| LCH | lch(78.3 36.1 189.1) |
| OKLCH | oklch(0.799 0.108 188.5) |
Copy-ready code
/* CSS */
color: #5cd4cb;
background-color: #5cd4cb;
/* Tailwind (arbitrary) */
class="text-[#5cd4cb] bg-[#5cd4cb]"
/* SCSS */
$brand: #5cd4cb;
/* SwiftUI */
Color(red: 0.361, green: 0.831, blue: 0.796)
/* Android */
Color.parseColor("#5cd4cb")Accessibility — WCAG contrast
Aa
#5cd4cb on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd4cb on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green83.1%
Blue79.6%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow4.2%
Key (black)16.9%
Color previews
#5cd4cb text on a black background
contrast 11.73:1
Card sample
#5cd4cb text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd4cb;
Background color
Panel with #5cd4cb background
background-color: #5cd4cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd4cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 212, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 212, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd4cb; background: linear-gradient(135deg, #5cd4cb, #5C8DD4);