#4fba9f
a balanced, soft cyan · cool · closest name: turquoise
RGB
79, 186, 159
HSL
165°, 44%, 52%
CMYK
58, 0, 15, 27
Luminance
0.3928
Every format
| HEX | #4fba9f |
| RGB | rgb(79, 186, 159) |
| HSL | hsl(165, 44%, 52%) |
| CMYK | cmyk(58%, 0%, 15%, 27%) |
| LAB | lab(69.0 -37.3 4.5) |
| LCH | lch(69.0 37.6 173.1) |
| OKLCH | oklch(0.719 0.107 173.9) |
Copy-ready code
/* CSS */
color: #4fba9f;
background-color: #4fba9f;
/* Tailwind (arbitrary) */
class="text-[#4fba9f] bg-[#4fba9f]"
/* SCSS */
$brand: #4fba9f;
/* SwiftUI */
Color(red: 0.310, green: 0.729, blue: 0.624)
/* Android */
Color.parseColor("#4fba9f")Accessibility — WCAG contrast
Aa
#4fba9f on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fba9f on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green72.9%
Blue62.4%
CMYK percentages
Cyan57.5%
Magenta0.0%
Yellow14.5%
Key (black)27.1%
Color previews
#4fba9f text on a black background
contrast 8.86:1
Card sample
#4fba9f text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fba9f;
Background color
Panel with #4fba9f background
background-color: #4fba9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fba9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 186, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 186, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fba9f; background: linear-gradient(135deg, #4fba9f, #4F8EBA);