#49d2cd
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 210, 205
HSL
178°, 60%, 56%
CMYK
65, 0, 2, 18
Luminance
0.5192
Every format
| HEX | #49d2cd |
| RGB | rgb(73, 210, 205) |
| HSL | hsl(178, 60%, 56%) |
| CMYK | cmyk(65%, 0%, 2%, 18%) |
| LAB | lab(77.2 -37.4 -8.4) |
| LCH | lch(77.2 38.3 192.6) |
| OKLCH | oklch(0.790 0.116 191.6) |
Copy-ready code
/* CSS */
color: #49d2cd;
background-color: #49d2cd;
/* Tailwind (arbitrary) */
class="text-[#49d2cd] bg-[#49d2cd]"
/* SCSS */
$brand: #49d2cd;
/* SwiftUI */
Color(red: 0.286, green: 0.824, blue: 0.804)
/* Android */
Color.parseColor("#49d2cd")Accessibility — WCAG contrast
Aa
#49d2cd on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49d2cd on black: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green82.4%
Blue80.4%
CMYK percentages
Cyan65.2%
Magenta0.0%
Yellow2.4%
Key (black)17.6%
Color previews
#49d2cd text on a black background
contrast 11.38:1
Card sample
#49d2cd text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49d2cd;
Background color
Panel with #49d2cd background
background-color: #49d2cd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49d2cd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 210, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 210, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49d2cd; background: linear-gradient(135deg, #49d2cd, #497CD2);