#49dfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 223, 188
HSL
166°, 70%, 58%
CMYK
67, 0, 16, 13
Luminance
0.5782
Every format
| HEX | #49dfbc |
| RGB | rgb(73, 223, 188) |
| HSL | hsl(166, 70%, 58%) |
| CMYK | cmyk(67%, 0%, 16%, 13%) |
| LAB | lab(80.6 -47.5 5.7) |
| LCH | lch(80.6 47.9 173.2) |
| OKLCH | oklch(0.816 0.135 173.9) |
Copy-ready code
/* CSS */
color: #49dfbc;
background-color: #49dfbc;
/* Tailwind (arbitrary) */
class="text-[#49dfbc] bg-[#49dfbc]"
/* SCSS */
$brand: #49dfbc;
/* SwiftUI */
Color(red: 0.286, green: 0.875, blue: 0.737)
/* Android */
Color.parseColor("#49dfbc")Accessibility — WCAG contrast
Aa
#49dfbc on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49dfbc on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green87.5%
Blue73.7%
CMYK percentages
Cyan67.3%
Magenta0.0%
Yellow15.7%
Key (black)12.5%
Color previews
#49dfbc text on a black background
contrast 12.56:1
Card sample
#49dfbc text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49dfbc;
Background color
Panel with #49dfbc background
background-color: #49dfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49dfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 223, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 223, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49dfbc; background: linear-gradient(135deg, #49dfbc, #499EDF);