#26C6DA
Material cyan 400
#26C6DA is a cyan colour. In RGB it is 38 red, 198 green and 218 blue, which converts to a hue of 187 degrees, 71% saturation and 50% lightness. It is Material cyan 400 in that design system's palette.
Color values
| HEX | #26C6DA |
|---|---|
| RGB | rgb(38, 198, 218) |
| HSL | hsl(187, 71%, 50%) |
| HSV | hsv(187, 83%, 85%) |
| CMYK | cmyk(83%, 9%, 0%, 15%) |
Contrast and accessibility
Against white the contrast ratio is 2.06:1, and against black it is 10.17: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.06:1 | Fail | Fail |
| Black | 10.17:1 | AAA | AAA |
Tints and shades
Lighter tints move #26C6DA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #26C6DA; |
|---|---|
| CSS rgb() | color: rgb(38 198 218); |
| Tailwind | bg-[#26c6da] |
| SwiftUI | Color(red: 0.149, green: 0.776, blue: 0.855) |
| Android | Color.parseColor("#26C6DA") |
Closest named color
The nearest CSS colour keyword to #26C6DA is darkturquoise (#00CED1).