#4fefdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
79, 239, 223
HSL
174°, 83%, 62%
CMYK
67, 0, 7, 6
Luminance
0.6872
Every format
| HEX | #4fefdf |
| RGB | rgb(79, 239, 223) |
| HSL | hsl(174, 83%, 62%) |
| CMYK | cmyk(67%, 0%, 7%, 6%) |
| LAB | lab(86.4 -44.7 -4.4) |
| LCH | lch(86.4 44.9 185.6) |
| OKLCH | oklch(0.866 0.133 185.4) |
Copy-ready code
/* CSS */
color: #4fefdf;
background-color: #4fefdf;
/* Tailwind (arbitrary) */
class="text-[#4fefdf] bg-[#4fefdf]"
/* SCSS */
$brand: #4fefdf;
/* SwiftUI */
Color(red: 0.310, green: 0.937, blue: 0.875)
/* Android */
Color.parseColor("#4fefdf")Accessibility — WCAG contrast
Aa
#4fefdf on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fefdf on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green93.7%
Blue87.5%
CMYK percentages
Cyan66.9%
Magenta0.0%
Yellow6.7%
Key (black)6.3%
Color previews
#4fefdf text on a black background
contrast 14.74:1
Card sample
#4fefdf text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fefdf;
Background color
Panel with #4fefdf background
background-color: #4fefdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fefdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 239, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 239, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fefdf; background: linear-gradient(135deg, #4fefdf, #4F94EF);