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