#49cabf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 202, 191
HSL
175°, 55%, 54%
CMYK
64, 0, 5, 21
Luminance
0.4742
Every format
| HEX | #49cabf |
| RGB | rgb(73, 202, 191) |
| HSL | hsl(175, 55%, 54%) |
| CMYK | cmyk(64%, 0%, 5%, 21%) |
| LAB | lab(74.5 -37.5 -4.9) |
| LCH | lch(74.5 37.8 187.5) |
| OKLCH | oklch(0.766 0.113 187.1) |
Copy-ready code
/* CSS */
color: #49cabf;
background-color: #49cabf;
/* Tailwind (arbitrary) */
class="text-[#49cabf] bg-[#49cabf]"
/* SCSS */
$brand: #49cabf;
/* SwiftUI */
Color(red: 0.286, green: 0.792, blue: 0.749)
/* Android */
Color.parseColor("#49cabf")Accessibility — WCAG contrast
Aa
#49cabf on white: 2.00:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cabf on black: 10.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green79.2%
Blue74.9%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow5.4%
Key (black)20.8%
Color previews
#49cabf text on a black background
contrast 10.48:1
Card sample
#49cabf text on a white background
contrast 2.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cabf;
Background color
Panel with #49cabf background
background-color: #49cabf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cabf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 202, 191, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 202, 191, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cabf; background: linear-gradient(135deg, #49cabf, #497FCA);