#4fdcba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
79, 220, 186
HSL
166°, 67%, 59%
CMYK
64, 0, 16, 14
Luminance
0.5639
Every format
| HEX | #4fdcba |
| RGB | rgb(79, 220, 186) |
| HSL | hsl(166, 67%, 59%) |
| CMYK | cmyk(64%, 0%, 16%, 14%) |
| LAB | lab(79.8 -45.8 5.6) |
| LCH | lch(79.8 46.1 173.0) |
| OKLCH | oklch(0.810 0.131 173.8) |
Copy-ready code
/* CSS */
color: #4fdcba;
background-color: #4fdcba;
/* Tailwind (arbitrary) */
class="text-[#4fdcba] bg-[#4fdcba]"
/* SCSS */
$brand: #4fdcba;
/* SwiftUI */
Color(red: 0.310, green: 0.863, blue: 0.729)
/* Android */
Color.parseColor("#4fdcba")Accessibility — WCAG contrast
Aa
#4fdcba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdcba on black: 12.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green86.3%
Blue72.9%
CMYK percentages
Cyan64.1%
Magenta0.0%
Yellow15.5%
Key (black)13.7%
Color previews
#4fdcba text on a black background
contrast 12.28:1
Card sample
#4fdcba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdcba;
Background color
Panel with #4fdcba background
background-color: #4fdcba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdcba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 220, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 220, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdcba; background: linear-gradient(135deg, #4fdcba, #4FA0DC);