#49cfad
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 207, 173
HSL
165°, 58%, 55%
CMYK
65, 0, 16, 19
Luminance
0.4906
Every format
| HEX | #49cfad |
| RGB | rgb(73, 207, 173) |
| HSL | hsl(165, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 16%, 19%) |
| LAB | lab(75.5 -44.3 6.3) |
| LCH | lch(75.5 44.8 171.9) |
| OKLCH | oklch(0.773 0.126 172.7) |
Copy-ready code
/* CSS */
color: #49cfad;
background-color: #49cfad;
/* Tailwind (arbitrary) */
class="text-[#49cfad] bg-[#49cfad]"
/* SCSS */
$brand: #49cfad;
/* SwiftUI */
Color(red: 0.286, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#49cfad")Accessibility — WCAG contrast
Aa
#49cfad on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cfad on black: 10.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green81.2%
Blue67.8%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow16.4%
Key (black)18.8%
Color previews
#49cfad text on a black background
contrast 10.81:1
Card sample
#49cfad text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cfad;
Background color
Panel with #49cfad background
background-color: #49cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cfad; background: linear-gradient(135deg, #49cfad, #4998CF);