#BBF7D0
Tailwind green-200
#BBF7D0 is a green colour. In RGB it is 187 red, 247 green and 208 blue, which converts to a hue of 141 degrees, 79% saturation and 85% lightness. It is Tailwind green-200 in that design system's palette.
Color values
| HEX | #BBF7D0 |
|---|---|
| RGB | rgb(187, 247, 208) |
| HSL | hsl(141, 79%, 85%) |
| HSV | hsv(141, 24%, 97%) |
| CMYK | cmyk(24%, 0%, 16%, 3%) |
Contrast and accessibility
Against white the contrast ratio is 1.21:1, and against black it is 17.33: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.21:1 | Fail | Fail |
| Black | 17.33:1 | AAA | AAA |
Tints and shades
Lighter tints move #BBF7D0 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #BBF7D0; |
|---|---|
| CSS rgb() | color: rgb(187 247 208); |
| Tailwind | bg-[#bbf7d0] |
| SwiftUI | Color(red: 0.733, green: 0.969, blue: 0.816) |
| Android | Color.parseColor("#BBF7D0") |
Closest named color
The nearest CSS colour keyword to #BBF7D0 is paleturquoise (#AFEEEE).