#5dfceb
a light, electric cyan · cool · closest name: turquoise
RGB
93, 252, 235
HSL
174°, 96%, 68%
CMYK
63, 0, 7, 1
Luminance
0.7795
Every format
| HEX | #5dfceb |
| RGB | rgb(93, 252, 235) |
| HSL | hsl(174, 96%, 68%) |
| CMYK | cmyk(63%, 0%, 7%, 1%) |
| LAB | lab(90.8 -45.2 -4.2) |
| LCH | lch(90.8 45.4 185.3) |
| OKLCH | oklch(0.904 0.134 185.1) |
Copy-ready code
/* CSS */
color: #5dfceb;
background-color: #5dfceb;
/* Tailwind (arbitrary) */
class="text-[#5dfceb] bg-[#5dfceb]"
/* SCSS */
$brand: #5dfceb;
/* SwiftUI */
Color(red: 0.365, green: 0.988, blue: 0.922)
/* Android */
Color.parseColor("#5dfceb")Accessibility — WCAG contrast
Aa
#5dfceb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dfceb on black: 16.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green98.8%
Blue92.2%
CMYK percentages
Cyan63.1%
Magenta0.0%
Yellow6.7%
Key (black)1.2%
Color previews
#5dfceb text on a black background
contrast 16.59:1
Card sample
#5dfceb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dfceb;
Background color
Panel with #5dfceb background
background-color: #5dfceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dfceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 252, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 252, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dfceb; background: linear-gradient(135deg, #5dfceb, #5DA3FC);