#4dad94
a balanced, soft cyan · cool · closest name: turquoise
RGB
77, 173, 148
HSL
164°, 38%, 49%
CMYK
56, 0, 15, 32
Luminance
0.3360
Every format
| HEX | #4dad94 |
| RGB | rgb(77, 173, 148) |
| HSL | hsl(164, 38%, 49%) |
| CMYK | cmyk(56%, 0%, 15%, 32%) |
| LAB | lab(64.6 -34.5 4.3) |
| LCH | lch(64.6 34.7 172.8) |
| OKLCH | oklch(0.683 0.099 173.6) |
Copy-ready code
/* CSS */
color: #4dad94;
background-color: #4dad94;
/* Tailwind (arbitrary) */
class="text-[#4dad94] bg-[#4dad94]"
/* SCSS */
$brand: #4dad94;
/* SwiftUI */
Color(red: 0.302, green: 0.678, blue: 0.580)
/* Android */
Color.parseColor("#4dad94")Accessibility — WCAG contrast
Aa
#4dad94 on white: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dad94 on black: 7.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green67.8%
Blue58.0%
CMYK percentages
Cyan55.5%
Magenta0.0%
Yellow14.5%
Key (black)32.2%
Color previews
#4dad94 text on a black background
contrast 7.72:1
Card sample
#4dad94 text on a white background
contrast 2.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dad94;
Background color
Panel with #4dad94 background
background-color: #4dad94;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dad94;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 173, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 173, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dad94; background: linear-gradient(135deg, #4dad94, #4D86AD);