#80DEEA
Material cyan 200
#80DEEA is a cyan colour. In RGB it is 128 red, 222 green and 234 blue, which converts to a hue of 187 degrees, 72% saturation and 71% lightness. It is Material cyan 200 in that design system's palette.
Color values
| HEX | #80DEEA |
|---|---|
| RGB | rgb(128, 222, 234) |
| HSL | hsl(187, 72%, 71%) |
| HSV | hsv(187, 45%, 92%) |
| CMYK | cmyk(45%, 5%, 0%, 8%) |
Contrast and accessibility
Against white the contrast ratio is 1.55:1, and against black it is 13.55: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 | 1.55:1 | Fail | Fail |
| Black | 13.55:1 | AAA | AAA |
Tints and shades
Lighter tints move #80DEEA toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #80DEEA; |
|---|---|
| CSS rgb() | color: rgb(128 222 234); |
| Tailwind | bg-[#80deea] |
| SwiftUI | Color(red: 0.502, green: 0.871, blue: 0.918) |
| Android | Color.parseColor("#80DEEA") |
Closest named color
The nearest CSS colour keyword to #80DEEA is skyblue (#87CEEB).