#4dbb9e
a balanced, soft cyan · cool · closest name: turquoise
RGB
77, 187, 158
HSL
164°, 45%, 52%
CMYK
59, 0, 16, 27
Luminance
0.3959
Every format
| HEX | #4dbb9e |
| RGB | rgb(77, 187, 158) |
| HSL | hsl(164, 45%, 52%) |
| CMYK | cmyk(59%, 0%, 16%, 27%) |
| LAB | lab(69.2 -38.4 5.3) |
| LCH | lch(69.2 38.8 172.1) |
| OKLCH | oklch(0.720 0.110 172.9) |
Copy-ready code
/* CSS */
color: #4dbb9e;
background-color: #4dbb9e;
/* Tailwind (arbitrary) */
class="text-[#4dbb9e] bg-[#4dbb9e]"
/* SCSS */
$brand: #4dbb9e;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.620)
/* Android */
Color.parseColor("#4dbb9e")Accessibility — WCAG contrast
Aa
#4dbb9e on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbb9e on black: 8.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue62.0%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow15.5%
Key (black)26.7%
Color previews
#4dbb9e text on a black background
contrast 8.92:1
Card sample
#4dbb9e text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbb9e;
Background color
Panel with #4dbb9e background
background-color: #4dbb9e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbb9e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbb9e; background: linear-gradient(135deg, #4dbb9e, #4D8FBB);