#49ceba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 206, 186
HSL
171°, 58%, 55%
CMYK
65, 0, 10, 19
Luminance
0.4910
Every format
| HEX | #49ceba |
| RGB | rgb(73, 206, 186) |
| HSL | hsl(171, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 10%, 19%) |
| LAB | lab(75.5 -40.6 -0.7) |
| LCH | lch(75.5 40.7 180.9) |
| OKLCH | oklch(0.774 0.118 181.2) |
Copy-ready code
/* CSS */
color: #49ceba;
background-color: #49ceba;
/* Tailwind (arbitrary) */
class="text-[#49ceba] bg-[#49ceba]"
/* SCSS */
$brand: #49ceba;
/* SwiftUI */
Color(red: 0.286, green: 0.808, blue: 0.729)
/* Android */
Color.parseColor("#49ceba")Accessibility — WCAG contrast
Aa
#49ceba on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ceba on black: 10.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.8%
Blue72.9%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow9.7%
Key (black)19.2%
Color previews
#49ceba text on a black background
contrast 10.82:1
Card sample
#49ceba text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ceba;
Background color
Panel with #49ceba background
background-color: #49ceba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ceba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 206, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 206, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ceba; background: linear-gradient(135deg, #49ceba, #4989CE);