#49cdcf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 205, 207
HSL
181°, 58%, 55%
CMYK
65, 1, 0, 19
Luminance
0.4958
Every format
| HEX | #49cdcf |
| RGB | rgb(73, 205, 207) |
| HSL | hsl(181, 58%, 55%) |
| CMYK | cmyk(65%, 1%, 0%, 19%) |
| LAB | lab(75.8 -34.5 -11.6) |
| LCH | lch(75.8 36.4 198.5) |
| OKLCH | oklch(0.778 0.113 196.5) |
Copy-ready code
/* CSS */
color: #49cdcf;
background-color: #49cdcf;
/* Tailwind (arbitrary) */
class="text-[#49cdcf] bg-[#49cdcf]"
/* SCSS */
$brand: #49cdcf;
/* SwiftUI */
Color(red: 0.286, green: 0.804, blue: 0.812)
/* Android */
Color.parseColor("#49cdcf")Accessibility — WCAG contrast
Aa
#49cdcf on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49cdcf on black: 10.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.4%
Blue81.2%
CMYK percentages
Cyan64.7%
Magenta1.0%
Yellow0.0%
Key (black)18.8%
Color previews
#49cdcf text on a black background
contrast 10.92:1
Card sample
#49cdcf text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49cdcf;
Background color
Panel with #49cdcf background
background-color: #49cdcf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49cdcf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 205, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 205, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49cdcf; background: linear-gradient(135deg, #49cdcf, #4974CF);