#FBCFE8
Tailwind pink-200
#FBCFE8 is a magenta colour. In RGB it is 251 red, 207 green and 232 blue, which converts to a hue of 326 degrees, 85% saturation and 90% lightness. It is Tailwind pink-200 in that design system's palette.
Color values
| HEX | #FBCFE8 |
|---|---|
| RGB | rgb(251, 207, 232) |
| HSL | hsl(326, 85%, 90%) |
| HSV | hsv(326, 18%, 98%) |
| CMYK | cmyk(0%, 18%, 8%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.38:1, and against black it is 15.19: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.38:1 | Fail | Fail |
| Black | 15.19:1 | AAA | AAA |
Tints and shades
Lighter tints move #FBCFE8 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FBCFE8; |
|---|---|
| CSS rgb() | color: rgb(251 207 232); |
| Tailwind | bg-[#fbcfe8] |
| SwiftUI | Color(red: 0.984, green: 0.812, blue: 0.910) |
| Android | Color.parseColor("#FBCFE8") |
Closest named color
The nearest CSS colour keyword to #FBCFE8 is mistyrose (#FFE4E1).