#49acac
a balanced, soft cyan · cool · closest name: teal
RGB
73, 172, 172
HSL
180°, 40%, 48%
CMYK
58, 0, 0, 33
Luminance
0.3390
Every format
| HEX | #49acac |
| RGB | rgb(73, 172, 172) |
| HSL | hsl(180, 40%, 48%) |
| CMYK | cmyk(58%, 0%, 0%, 33%) |
| LAB | lab(64.9 -28.5 -8.7) |
| LCH | lch(64.9 29.8 197.0) |
| OKLCH | oklch(0.687 0.092 195.2) |
Copy-ready code
/* CSS */
color: #49acac;
background-color: #49acac;
/* Tailwind (arbitrary) */
class="text-[#49acac] bg-[#49acac]"
/* SCSS */
$brand: #49acac;
/* SwiftUI */
Color(red: 0.286, green: 0.675, blue: 0.675)
/* Android */
Color.parseColor("#49acac")Accessibility — WCAG contrast
Aa
#49acac on white: 2.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49acac on black: 7.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.5%
Blue67.5%
CMYK percentages
Cyan57.6%
Magenta0.0%
Yellow0.0%
Key (black)32.5%
Color previews
#49acac text on a black background
contrast 7.78:1
Card sample
#49acac text on a white background
contrast 2.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49acac;
Background color
Panel with #49acac background
background-color: #49acac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49acac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 172, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 172, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49acac; background: linear-gradient(135deg, #49acac, #496AAC);