#4dccaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
77, 204, 175
HSL
166°, 56%, 55%
CMYK
62, 0, 14, 20
Luminance
0.4786
Every format
| HEX | #4dccaf |
| RGB | rgb(77, 204, 175) |
| HSL | hsl(166, 56%, 55%) |
| CMYK | cmyk(62%, 0%, 14%, 20%) |
| LAB | lab(74.7 -41.9 4.1) |
| LCH | lch(74.7 42.1 174.4) |
| OKLCH | oklch(0.767 0.120 175.1) |
Copy-ready code
/* CSS */
color: #4dccaf;
background-color: #4dccaf;
/* Tailwind (arbitrary) */
class="text-[#4dccaf] bg-[#4dccaf]"
/* SCSS */
$brand: #4dccaf;
/* SwiftUI */
Color(red: 0.302, green: 0.800, blue: 0.686)
/* Android */
Color.parseColor("#4dccaf")Accessibility — WCAG contrast
Aa
#4dccaf on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dccaf on black: 10.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green80.0%
Blue68.6%
CMYK percentages
Cyan62.3%
Magenta0.0%
Yellow14.2%
Key (black)20.0%
Color previews
#4dccaf text on a black background
contrast 10.57:1
Card sample
#4dccaf text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dccaf;
Background color
Panel with #4dccaf background
background-color: #4dccaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dccaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 204, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 204, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dccaf; background: linear-gradient(135deg, #4dccaf, #4D94CC);