#5dffeb
a light, electric cyan · cool · closest name: turquoise
RGB
93, 255, 235
HSL
173°, 100%, 68%
CMYK
64, 0, 8, 0
Luminance
0.7985
Every format
| HEX | #5dffeb |
| RGB | rgb(93, 255, 235) |
| HSL | hsl(173, 100%, 68%) |
| CMYK | cmyk(64%, 0%, 8%, 0%) |
| LAB | lab(91.6 -46.5 -2.9) |
| LCH | lch(91.6 46.6 183.6) |
| OKLCH | oklch(0.911 0.137 183.6) |
Copy-ready code
/* CSS */
color: #5dffeb;
background-color: #5dffeb;
/* Tailwind (arbitrary) */
class="text-[#5dffeb] bg-[#5dffeb]"
/* SCSS */
$brand: #5dffeb;
/* SwiftUI */
Color(red: 0.365, green: 1.000, blue: 0.922)
/* Android */
Color.parseColor("#5dffeb")Accessibility — WCAG contrast
Aa
#5dffeb on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dffeb on black: 16.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green100.0%
Blue92.2%
CMYK percentages
Cyan63.5%
Magenta0.0%
Yellow7.8%
Key (black)0.0%
Color previews
#5dffeb text on a black background
contrast 16.97:1
Card sample
#5dffeb text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dffeb;
Background color
Panel with #5dffeb background
background-color: #5dffeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dffeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 255, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 255, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dffeb; background: linear-gradient(135deg, #5dffeb, #5DA7FF);