#00ACC1
Material cyan 600
#00ACC1 is a cyan colour. In RGB it is 0 red, 172 green and 193 blue, which converts to a hue of 187 degrees, 100% saturation and 38% lightness. It is Material cyan 600 in that design system's palette.
Color values
| HEX | #00ACC1 |
|---|---|
| RGB | rgb(0, 172, 193) |
| HSL | hsl(187, 100%, 38%) |
| HSV | hsv(187, 100%, 76%) |
| CMYK | cmyk(100%, 11%, 0%, 24%) |
Contrast and accessibility
Against white the contrast ratio is 2.74:1, and against black it is 7.67: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.74:1 | Fail | Fail |
| Black | 7.67:1 | AAA | AAA |
Tints and shades
Lighter tints move #00ACC1 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00ACC1; |
|---|---|
| CSS rgb() | color: rgb(0 172 193); |
| Tailwind | bg-[#00acc1] |
| SwiftUI | Color(red: 0.000, green: 0.675, blue: 0.757) |
| Android | Color.parseColor("#00ACC1") |
Closest named color
The nearest CSS colour keyword to #00ACC1 is lightseagreen (#20B2AA).