#49cab1
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 202, 177
HSL
168°, 55%, 54%
CMYK
64, 0, 12, 21
Luminance
0.4683
Every format
| HEX | #49cab1 |
| RGB | rgb(73, 202, 177) |
| HSL | hsl(168, 55%, 54%) |
| CMYK | cmyk(64%, 0%, 12%, 21%) |
| LAB | lab(74.1 -41.2 2.1) |
| LCH | lch(74.1 41.2 177.1) |
| OKLCH | oklch(0.762 0.118 177.6) |
Copy-ready code
/* CSS */
color: #49cab1;
background-color: #49cab1;
/* Tailwind (arbitrary) */
class="text-[#49cab1] bg-[#49cab1]"
/* SCSS */
$brand: #49cab1;
/* SwiftUI */
Color(red: 0.286, green: 0.792, blue: 0.694)
/* Android */
Color.parseColor("#49cab1")Accessibility — WCAG contrast
Aa
#49cab1 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cab1 on black: 10.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green79.2%
Blue69.4%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow12.4%
Key (black)20.8%
Color previews
#49cab1 text on a black background
contrast 10.37:1
Card sample
#49cab1 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cab1;
Background color
Panel with #49cab1 background
background-color: #49cab1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cab1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 202, 177, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 202, 177, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cab1; background: linear-gradient(135deg, #49cab1, #498DCA);