Pink
#FDA4AF
RedColor Codes
All color formats for development
HEX
#FDA4AFRGB
rgb(253, 164, 175)HSL
hsl(353, 96%, 82%)OKLCH
oklch(0.81 0.106 11.6)CMYK
cmyk(0%, 35%, 31%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC7C8B
2#FB5367
3#FB2A42
4#F60521
5#CD041C
6#A40316
7#7B0311
8#52020B
9#290106
Tints
Lighter variations
1#FDAEB7
2#FEB7BF
3#FEC0C7
4#FEC9CF
5#FED2D7
6#FEDBDF
7#FEE4E7
8#FFEDEF
9#FFF6F7
Tones
Muted variations
1#F9A9B3
2#F4AEB6
3#F0B2B9
4#ECB7BD
5#E7BBC0
6#E3BFC4
7#DEC4C7
8#DAC8CA
9#D6CDCE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F2 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCE0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FEBE #FEBEC5 | Secondary backgroundsInput backgroundsDividers |
| 300 | FD8C #FD8C99 | BordersInactive statesPlaceholder text |
| 400 | FB50 #FB5064 | Disabled statesSecondary iconsMuted text |
| 500 | FA1E #FA1E38 | Primary brand colorCTAsActive elementsLinks |
| 600 | DC04 #DC041E | Hover statesFocus ringsPrimary buttons hover |
| 700 | AF04 #AF0418 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7D03 #7D0311 | Text on light backgroundsHeadingsStrong borders |
| 900 | 5002 #50020B | Primary textHigh emphasis contentDark headings |
| 950 | 3201 #320107 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0F2;
--pink-100: #FEDCE0;
--pink-200: #FEBEC5;
--pink-300: #FD8C99;
--pink-400: #FB5064;
--pink-500: #FA1E38;
--pink-600: #DC041E;
--pink-700: #AF0418;
--pink-800: #7D0311;
--pink-900: #50020B;
--pink-950: #320107;
}