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