#5fefdf
a light, electric cyan · cool · closest name: turquoise
RGB
95, 239, 223
HSL
173°, 82%, 66%
CMYK
60, 0, 7, 6
Luminance
0.6949
Every format
| HEX | #5fefdf |
| RGB | rgb(95, 239, 223) |
| HSL | hsl(173, 82%, 66%) |
| CMYK | cmyk(60%, 0%, 7%, 6%) |
| LAB | lab(86.8 -42.2 -3.8) |
| LCH | lch(86.8 42.4 185.1) |
| OKLCH | oklch(0.870 0.125 185.0) |
Copy-ready code
/* CSS */
color: #5fefdf;
background-color: #5fefdf;
/* Tailwind (arbitrary) */
class="text-[#5fefdf] bg-[#5fefdf]"
/* SCSS */
$brand: #5fefdf;
/* SwiftUI */
Color(red: 0.373, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#5fefdf")Accessibility — WCAG contrast
Aa
#5fefdf on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fefdf on black: 14.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green93.7%
Blue87.5%
CMYK percentages
Cyan60.3%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#5fefdf text on a black background
contrast 14.90:1
Card sample
#5fefdf text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fefdf;
Background color
Panel with #5fefdf background
background-color: #5fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fefdf; background: linear-gradient(135deg, #5fefdf, #5F9FEF);