#4fecce
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 236, 206
HSL
169°, 81%, 62%
CMYK
67, 0, 13, 8
Luminance
0.6611
Every format
| HEX | #4fecce |
| RGB | rgb(79, 236, 206) |
| HSL | hsl(169, 81%, 62%) |
| CMYK | cmyk(67%, 0%, 13%, 8%) |
| LAB | lab(85.0 -47.7 2.6) |
| LCH | lch(85.0 47.8 176.9) |
| OKLCH | oklch(0.854 0.137 177.4) |
Copy-ready code
/* CSS */
color: #4fecce;
background-color: #4fecce;
/* Tailwind (arbitrary) */
class="text-[#4fecce] bg-[#4fecce]"
/* SCSS */
$brand: #4fecce;
/* SwiftUI */
Color(red: 0.310, green: 0.925, blue: 0.808)
/* Android */
Color.parseColor("#4fecce")Accessibility — WCAG contrast
Aa
#4fecce on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fecce on black: 14.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green92.5%
Blue80.8%
CMYK percentages
Cyan66.5%
Magenta0.0%
Yellow12.7%
Key (black)7.5%
Color previews
#4fecce text on a black background
contrast 14.22:1
Card sample
#4fecce text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fecce;
Background color
Panel with #4fecce background
background-color: #4fecce;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fecce;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 236, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 236, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fecce; background: linear-gradient(135deg, #4fecce, #4FA2EC);