#5fecce
a balanced, electric cyan · cool · closest name: turquoise
RGB
95, 236, 206
HSL
167°, 79%, 65%
CMYK
60, 0, 13, 8
Luminance
0.6688
Every format
| HEX | #5fecce |
| RGB | rgb(95, 236, 206) |
| HSL | hsl(167, 79%, 65%) |
| CMYK | cmyk(60%, 0%, 13%, 8%) |
| LAB | lab(85.4 -45.1 3.2) |
| LCH | lch(85.4 45.2 175.9) |
| OKLCH | oklch(0.858 0.130 176.5) |
Copy-ready code
/* CSS */
color: #5fecce;
background-color: #5fecce;
/* Tailwind (arbitrary) */
class="text-[#5fecce] bg-[#5fecce]"
/* SCSS */
$brand: #5fecce;
/* SwiftUI */
Color(red: 0.373, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#5fecce")Accessibility — WCAG contrast
Aa
#5fecce on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fecce on black: 14.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green92.5%
Blue80.8%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#5fecce text on a black background
contrast 14.38:1
Card sample
#5fecce text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fecce;
Background color
Panel with #5fecce background
background-color: #5fecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fecce; background: linear-gradient(135deg, #5fecce, #5FACEC);