#49acaf
a balanced, soft cyan · cool · closest name: teal
RGB
73, 172, 175
HSL
182°, 41%, 49%
CMYK
58, 2, 0, 31
Luminance
0.3402
Every format
| HEX | #49acaf |
| RGB | rgb(73, 172, 175) |
| HSL | hsl(182, 41%, 49%) |
| CMYK | cmyk(58%, 2%, 0%, 31%) |
| LAB | lab(65.0 -27.7 -10.2) |
| LCH | lch(65.0 29.5 200.3) |
| OKLCH | oklch(0.688 0.092 198.0) |
Copy-ready code
/* CSS */
color: #49acaf;
background-color: #49acaf;
/* Tailwind (arbitrary) */
class="text-[#49acaf] bg-[#49acaf]"
/* SCSS */
$brand: #49acaf;
/* SwiftUI */
Color(red: 0.286, green: 0.675, blue: 0.686)
/* Android */
Color.parseColor("#49acaf")Accessibility — WCAG contrast
Aa
#49acaf on white: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#49acaf on black: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green67.5%
Blue68.6%
CMYK percentages
Cyan58.3%
Magenta1.7%
Yellow0.0%
Key (black)31.4%
Color previews
#49acaf text on a black background
contrast 7.80:1
Card sample
#49acaf text on a white background
contrast 2.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #49acaf;
Background color
Panel with #49acaf background
background-color: #49acaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #49acaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 172, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 172, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #49acaf; background: linear-gradient(135deg, #49acaf, #4968AF);