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