#5deceb
a balanced, electric cyan · cool · closest name: turquoise
RGB
93, 236, 235
HSL
180°, 79%, 65%
CMYK
61, 0, 0, 8
Luminance
0.6832
Every format
| HEX | #5deceb |
| RGB | rgb(93, 236, 235) |
| HSL | hsl(180, 79%, 65%) |
| CMYK | cmyk(61%, 0%, 0%, 8%) |
| LAB | lab(86.2 -38.1 -11.0) |
| LCH | lch(86.2 39.6 196.1) |
| OKLCH | oklch(0.866 0.122 194.5) |
Copy-ready code
/* CSS */
color: #5deceb;
background-color: #5deceb;
/* Tailwind (arbitrary) */
class="text-[#5deceb] bg-[#5deceb]"
/* SCSS */
$brand: #5deceb;
/* SwiftUI */
Color(red: 0.365, green: 0.925, blue: 0.922)
/* Android */
Color.parseColor("#5deceb")Accessibility — WCAG contrast
Aa
#5deceb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5deceb on black: 14.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green92.5%
Blue92.2%
CMYK percentages
Cyan60.6%
Magenta0.0%
Yellow0.4%
Key (black)7.5%
Color previews
#5deceb text on a black background
contrast 14.66:1
Card sample
#5deceb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5deceb;
Background color
Panel with #5deceb background
background-color: #5deceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5deceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 236, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 236, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5deceb; background: linear-gradient(135deg, #5deceb, #5D8EEC);