#49cfbc
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 207, 188
HSL
172°, 58%, 55%
CMYK
65, 0, 9, 19
Luminance
0.4967
Every format
| HEX | #49cfbc |
| RGB | rgb(73, 207, 188) |
| HSL | hsl(172, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 9%, 19%) |
| LAB | lab(75.9 -40.6 -1.2) |
| LCH | lch(75.9 40.6 181.7) |
| OKLCH | oklch(0.777 0.118 181.9) |
Copy-ready code
/* CSS */
color: #49cfbc;
background-color: #49cfbc;
/* Tailwind (arbitrary) */
class="text-[#49cfbc] bg-[#49cfbc]"
/* SCSS */
$brand: #49cfbc;
/* SwiftUI */
Color(red: 0.286, green: 0.812, blue: 0.737)
/* Android */
Color.parseColor("#49cfbc")Accessibility — WCAG contrast
Aa
#49cfbc on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cfbc on black: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green81.2%
Blue73.7%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow9.2%
Key (black)18.8%
Color previews
#49cfbc text on a black background
contrast 10.93:1
Card sample
#49cfbc text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cfbc;
Background color
Panel with #49cfbc background
background-color: #49cfbc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cfbc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 207, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 207, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cfbc; background: linear-gradient(135deg, #49cfbc, #4989CF);