#F9A8D4
Tailwind pink-300
#F9A8D4 is a magenta colour. In RGB it is 249 red, 168 green and 212 blue, which converts to a hue of 327 degrees, 87% saturation and 82% lightness. It is Tailwind pink-300 in that design system's palette.
Color values
| HEX | #F9A8D4 |
|---|---|
| RGB | rgb(249, 168, 212) |
| HSL | hsl(327, 87%, 82%) |
| HSV | hsv(327, 33%, 98%) |
| CMYK | cmyk(0%, 33%, 15%, 2%) |
Contrast and accessibility
Against white the contrast ratio is 1.81:1, and against black it is 11.58: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.81:1 | Fail | Fail |
| Black | 11.58:1 | AAA | AAA |
Tints and shades
Lighter tints move #F9A8D4 toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #F9A8D4; |
|---|---|
| CSS rgb() | color: rgb(249 168 212); |
| Tailwind | bg-[#f9a8d4] |
| SwiftUI | Color(red: 0.976, green: 0.659, blue: 0.831) |
| Android | Color.parseColor("#F9A8D4") |
Closest named color
The nearest CSS colour keyword to #F9A8D4 is lightpink (#FFB6C1).