#5cddcc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
92, 221, 204
HSL
172°, 66%, 61%
CMYK
58, 0, 8, 13
Luminance
0.5835
Every format
| HEX | #5cddcc |
| RGB | rgb(92, 221, 204) |
| HSL | hsl(172, 66%, 61%) |
| CMYK | cmyk(58%, 0%, 8%, 13%) |
| LAB | lab(80.9 -39.5 -2.3) |
| LCH | lch(80.9 39.6 183.4) |
| OKLCH | oklch(0.821 0.116 183.4) |
Copy-ready code
/* CSS */
color: #5cddcc;
background-color: #5cddcc;
/* Tailwind (arbitrary) */
class="text-[#5cddcc] bg-[#5cddcc]"
/* SCSS */
$brand: #5cddcc;
/* SwiftUI */
Color(red: 0.361, green: 0.867, blue: 0.800)
/* Android */
Color.parseColor("#5cddcc")Accessibility — WCAG contrast
Aa
#5cddcc on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cddcc on black: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green86.7%
Blue80.0%
CMYK percentages
Cyan58.4%
Magenta0.0%
Yellow7.7%
Key (black)13.3%
Color previews
#5cddcc text on a black background
contrast 12.67:1
Card sample
#5cddcc text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cddcc;
Background color
Panel with #5cddcc background
background-color: #5cddcc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cddcc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 221, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 221, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cddcc; background: linear-gradient(135deg, #5cddcc, #5C98DD);