#5feddf
a light, electric cyan · cool · closest name: turquoise
RGB
95, 237, 223
HSL
174°, 80%, 65%
CMYK
60, 0, 6, 7
Luminance
0.6833
Every format
| HEX | #5feddf |
| RGB | rgb(95, 237, 223) |
| HSL | hsl(174, 80%, 65%) |
| CMYK | cmyk(60%, 0%, 6%, 7%) |
| LAB | lab(86.2 -41.3 -4.7) |
| LCH | lch(86.2 41.6 186.4) |
| OKLCH | oklch(0.866 0.124 186.1) |
Copy-ready code
/* CSS */
color: #5feddf;
background-color: #5feddf;
/* Tailwind (arbitrary) */
class="text-[#5feddf] bg-[#5feddf]"
/* SCSS */
$brand: #5feddf;
/* SwiftUI */
Color(red: 0.373, green: 0.929, blue: 0.875)
/* Android */
Color.parseColor("#5feddf")Accessibility — WCAG contrast
Aa
#5feddf on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5feddf on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.9%
Blue87.5%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow5.9%
Key (black)7.1%
Color previews
#5feddf text on a black background
contrast 14.67:1
Card sample
#5feddf text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5feddf;
Background color
Panel with #5feddf background
background-color: #5feddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5feddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 237, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 237, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5feddf; background: linear-gradient(135deg, #5feddf, #5F9CED);