#49ceac
a balanced, vivid cyan · cool · closest name: turquoise
RGB
73, 206, 172
HSL
165°, 58%, 55%
CMYK
65, 0, 17, 19
Luminance
0.4854
Every format
| HEX | #49ceac |
| RGB | rgb(73, 206, 172) |
| HSL | hsl(165, 58%, 55%) |
| CMYK | cmyk(65%, 0%, 17%, 19%) |
| LAB | lab(75.2 -44.1 6.4) |
| LCH | lch(75.2 44.6 171.8) |
| OKLCH | oklch(0.770 0.126 172.6) |
Copy-ready code
/* CSS */
color: #49ceac;
background-color: #49ceac;
/* Tailwind (arbitrary) */
class="text-[#49ceac] bg-[#49ceac]"
/* SCSS */
$brand: #49ceac;
/* SwiftUI */
Color(red: 0.286, green: 0.808, blue: 0.675)
/* Android */
Color.parseColor("#49ceac")Accessibility — WCAG contrast
Aa
#49ceac on white: 1.96:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49ceac on black: 10.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green80.8%
Blue67.5%
CMYK percentages
Cyan64.6%
Magenta0.0%
Yellow16.5%
Key (black)19.2%
Color previews
#49ceac text on a black background
contrast 10.71:1
Card sample
#49ceac text on a white background
contrast 1.96:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49ceac;
Background color
Panel with #49ceac background
background-color: #49ceac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49ceac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 206, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 206, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49ceac; background: linear-gradient(135deg, #49ceac, #4997CE);