#4DB6AC
Material teal 300
#4DB6AC is a cyan colour. In RGB it is 77 red, 182 green and 172 blue, which converts to a hue of 174 degrees, 42% saturation and 51% lightness. It is Material teal 300 in that design system's palette.
Color values
| HEX | #4DB6AC |
|---|---|
| RGB | rgb(77, 182, 172) |
| HSL | hsl(174, 42%, 51%) |
| HSV | hsv(174, 58%, 71%) |
| CMYK | cmyk(58%, 0%, 5%, 29%) |
Contrast and accessibility
Against white the contrast ratio is 2.44:1, and against black it is 8.6:1. WCAG asks for at least 4.5:1 for normal text and 3:1 for large text.
| Background | Ratio | Normal text | Large text |
|---|---|---|---|
| White | 2.44:1 | Fail | Fail |
| Black | 8.6:1 | AAA | AAA |
Tints and shades
Lighter tints move #4DB6AC toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #4DB6AC; |
|---|---|
| CSS rgb() | color: rgb(77 182 172); |
| Tailwind | bg-[#4db6ac] |
| SwiftUI | Color(red: 0.302, green: 0.714, blue: 0.675) |
| Android | Color.parseColor("#4DB6AC") |
Closest named color
The nearest CSS colour keyword to #4DB6AC is cadetblue (#5F9EA0).