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