#49eccd
a balanced, electric cyan · cool · closest name: turquoise
RGB
73, 236, 205
HSL
169°, 81%, 61%
CMYK
69, 0, 13, 8
Luminance
0.6582
Every format
| HEX | #49eccd |
| RGB | rgb(73, 236, 205) |
| HSL | hsl(169, 81%, 61%) |
| CMYK | cmyk(69%, 0%, 13%, 8%) |
| LAB | lab(84.9 -48.8 2.9) |
| LCH | lch(84.9 48.9 176.6) |
| OKLCH | oklch(0.852 0.140 177.2) |
Copy-ready code
/* CSS */
color: #49eccd;
background-color: #49eccd;
/* Tailwind (arbitrary) */
class="text-[#49eccd] bg-[#49eccd]"
/* SCSS */
$brand: #49eccd;
/* SwiftUI */
Color(red: 0.286, green: 0.925, blue: 0.804)
/* Android */
Color.parseColor("#49eccd")Accessibility — WCAG contrast
Aa
#49eccd on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49eccd on black: 14.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green92.5%
Blue80.4%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow13.1%
Key (black)7.5%
Color previews
#49eccd text on a black background
contrast 14.16:1
Card sample
#49eccd text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49eccd;
Background color
Panel with #49eccd background
background-color: #49eccd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49eccd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 236, 205, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 236, 205, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49eccd; background: linear-gradient(135deg, #49eccd, #499EEC);