#49f0dc
a balanced, electric cyan · cool · closest name: turquoise
RGB
73, 240, 220
HSL
173°, 85%, 61%
CMYK
70, 0, 8, 6
Luminance
0.6890
Every format
| HEX | #49f0dc |
| RGB | rgb(73, 240, 220) |
| HSL | hsl(173, 85%, 61%) |
| CMYK | cmyk(70%, 0%, 8%, 6%) |
| LAB | lab(86.5 -46.7 -2.7) |
| LCH | lch(86.5 46.8 183.3) |
| OKLCH | oklch(0.866 0.137 183.4) |
Copy-ready code
/* CSS */
color: #49f0dc;
background-color: #49f0dc;
/* Tailwind (arbitrary) */
class="text-[#49f0dc] bg-[#49f0dc]"
/* SCSS */
$brand: #49f0dc;
/* SwiftUI */
Color(red: 0.286, green: 0.941, blue: 0.863)
/* Android */
Color.parseColor("#49f0dc")Accessibility — WCAG contrast
Aa
#49f0dc on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49f0dc on black: 14.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green94.1%
Blue86.3%
CMYK percentages
Cyan69.6%
Magenta0.0%
Yellow8.3%
Key (black)5.9%
Color previews
#49f0dc text on a black background
contrast 14.78:1
Card sample
#49f0dc text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49f0dc;
Background color
Panel with #49f0dc background
background-color: #49f0dc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49f0dc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 240, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 240, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49f0dc; background: linear-gradient(135deg, #49f0dc, #4995F0);