#00838F
Material cyan 800
#00838F is a cyan colour. In RGB it is 0 red, 131 green and 143 blue, which converts to a hue of 185 degrees, 100% saturation and 28% lightness. It is Material cyan 800 in that design system's palette.
Color values
| HEX | #00838F |
|---|---|
| RGB | rgb(0, 131, 143) |
| HSL | hsl(185, 100%, 28%) |
| HSV | hsv(185, 100%, 56%) |
| CMYK | cmyk(100%, 8%, 0%, 44%) |
Contrast and accessibility
Against white the contrast ratio is 4.52:1, and against black it is 4.64: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 | 4.52:1 | AA | AAA |
| Black | 4.64:1 | AA | AAA |
Tints and shades
Lighter tints move #00838F toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #00838F; |
|---|---|
| CSS rgb() | color: rgb(0 131 143); |
| Tailwind | bg-[#00838f] |
| SwiftUI | Color(red: 0.000, green: 0.514, blue: 0.561) |
| Android | Color.parseColor("#00838F") |
Closest named color
The nearest CSS colour keyword to #00838F is darkcyan (#008B8B).