#C5E1A5
Material lightgreen 200
#C5E1A5 is a green colour. In RGB it is 197 red, 225 green and 165 blue, which converts to a hue of 88 degrees, 50% saturation and 76% lightness. It is Material lightgreen 200 in that design system's palette.
Color values
| HEX | #C5E1A5 |
|---|---|
| RGB | rgb(197, 225, 165) |
| HSL | hsl(88, 50%, 76%) |
| HSV | hsv(88, 27%, 88%) |
| CMYK | cmyk(12%, 0%, 27%, 12%) |
Contrast and accessibility
Against white the contrast ratio is 1.43:1, and against black it is 14.69: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.43:1 | Fail | Fail |
| Black | 14.69:1 | AAA | AAA |
Tints and shades
Lighter tints move #C5E1A5 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #C5E1A5; |
|---|---|
| CSS rgb() | color: rgb(197 225 165); |
| Tailwind | bg-[#c5e1a5] |
| SwiftUI | Color(red: 0.773, green: 0.882, blue: 0.647) |
| Android | Color.parseColor("#C5E1A5") |
Closest named color
The nearest CSS colour keyword to #C5E1A5 is palegoldenrod (#EEE8AA).