#4fcdaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 205, 175
HSL
166°, 56%, 56%
CMYK
62, 0, 15, 20
Luminance
0.4842
Every format
| HEX | #4fcdaf |
| RGB | rgb(79, 205, 175) |
| HSL | hsl(166, 56%, 56%) |
| CMYK | cmyk(62%, 0%, 15%, 20%) |
| LAB | lab(75.1 -41.9 4.7) |
| LCH | lch(75.1 42.2 173.7) |
| OKLCH | oklch(0.770 0.120 174.4) |
Copy-ready code
/* CSS */
color: #4fcdaf;
background-color: #4fcdaf;
/* Tailwind (arbitrary) */
class="text-[#4fcdaf] bg-[#4fcdaf]"
/* SCSS */
$brand: #4fcdaf;
/* SwiftUI */
Color(red: 0.310, green: 0.804, blue: 0.686)
/* Android */
Color.parseColor("#4fcdaf")Accessibility — WCAG contrast
Aa
#4fcdaf on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fcdaf on black: 10.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green80.4%
Blue68.6%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow14.6%
Key (black)19.6%
Color previews
#4fcdaf text on a black background
contrast 10.68:1
Card sample
#4fcdaf text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fcdaf;
Background color
Panel with #4fcdaf background
background-color: #4fcdaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fcdaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 205, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 205, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fcdaf; background: linear-gradient(135deg, #4fcdaf, #4F97CD);