#FDA4AF
Tailwind rose-300
#FDA4AF is a red colour. In RGB it is 253 red, 164 green and 175 blue, which converts to a hue of 353 degrees, 96% saturation and 82% lightness. It is Tailwind rose-300 in that design system's palette.
Color values
| HEX | #FDA4AF |
|---|---|
| RGB | rgb(253, 164, 175) |
| HSL | hsl(353, 96%, 82%) |
| HSV | hsv(353, 35%, 99%) |
| CMYK | cmyk(0%, 35%, 31%, 1%) |
Contrast and accessibility
Against white the contrast ratio is 1.89:1, and against black it is 11.11: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.89:1 | Fail | Fail |
| Black | 11.11:1 | AAA | AAA |
Tints and shades
Lighter tints move #FDA4AF toward white, and darker shades move it toward black.
Tints
Shades
Color harmonies
Complementary
Analogous
Triadic
Split complementary
Code
| CSS | color: #FDA4AF; |
|---|---|
| CSS rgb() | color: rgb(253 164 175); |
| Tailwind | bg-[#fda4af] |
| SwiftUI | Color(red: 0.992, green: 0.643, blue: 0.686) |
| Android | Color.parseColor("#FDA4AF") |
Closest named color
The nearest CSS colour keyword to #FDA4AF is lightpink (#FFB6C1).