#5deccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
93, 236, 207
HSL
168°, 79%, 65%
CMYK
61, 0, 12, 8
Luminance
0.6682
Every format
| HEX | #5deccf |
| RGB | rgb(93, 236, 207) |
| HSL | hsl(168, 79%, 65%) |
| CMYK | cmyk(61%, 0%, 12%, 8%) |
| LAB | lab(85.4 -45.2 2.6) |
| LCH | lch(85.4 45.3 176.7) |
| OKLCH | oklch(0.858 0.130 177.2) |
Copy-ready code
/* CSS */
color: #5deccf;
background-color: #5deccf;
/* Tailwind (arbitrary) */
class="text-[#5deccf] bg-[#5deccf]"
/* SCSS */
$brand: #5deccf;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#5deccf")Accessibility — WCAG contrast
Aa
#5deccf on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5deccf on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#5deccf text on a black background
contrast 14.36:1
Card sample
#5deccf text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5deccf;
Background color
Panel with #5deccf background
background-color: #5deccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5deccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5deccf; background: linear-gradient(135deg, #5deccf, #5DAAEC);