#4dbfaf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
77, 191, 175
HSL
172°, 47%, 53%
CMYK
60, 0, 8, 25
Luminance
0.4193
Every format
| HEX | #4dbfaf |
| RGB | rgb(77, 191, 175) |
| HSL | hsl(172, 47%, 53%) |
| CMYK | cmyk(60%, 0%, 8%, 25%) |
| LAB | lab(70.8 -36.0 -1.6) |
| LCH | lch(70.8 36.0 182.5) |
| OKLCH | oklch(0.735 0.106 182.6) |
Copy-ready code
/* CSS */
color: #4dbfaf;
background-color: #4dbfaf;
/* Tailwind (arbitrary) */
class="text-[#4dbfaf] bg-[#4dbfaf]"
/* SCSS */
$brand: #4dbfaf;
/* SwiftUI */
Color(red: 0.302, green: 0.749, blue: 0.686)
/* Android */
Color.parseColor("#4dbfaf")Accessibility — WCAG contrast
Aa
#4dbfaf on white: 2.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbfaf on black: 9.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green74.9%
Blue68.6%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow8.4%
Key (black)25.1%
Color previews
#4dbfaf text on a black background
contrast 9.39:1
Card sample
#4dbfaf text on a white background
contrast 2.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbfaf;
Background color
Panel with #4dbfaf background
background-color: #4dbfaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbfaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 191, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 191, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbfaf; background: linear-gradient(135deg, #4dbfaf, #4D83BF);