Pink
#FDBFE4
PinkColor Codes
All color formats for development
HEX
#FDBFE4RGB
rgb(253, 191, 228)HSL
hsl(324, 94%, 87%)OKLCH
oklch(0.871 0.085 342.5)CMYK
cmyk(0%, 25%, 10%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#FC94D2
2#FA69C0
3#F93EAE
4#F8139C
5#D70784
6#AC0569
7#81044F
8#560335
9#2B011A
Tints
Lighter variations
1#FDC5E7
2#FDCCE9
3#FED2EC
4#FED8EF
5#FEDFF2
6#FEE5F4
7#FEECF7
8#FFF2FA
9#FFF9FC
Tones
Muted variations
1#FAC2E3
2#F7C5E3
3#F4C8E2
4#F1CBE2
5#EDCEE1
6#EAD1E0
7#E7D5E0
8#E4D8DF
9#E1DBDE
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FFF0 #FFF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FEDC #FEDCF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FDBF #FDBFE4 | Secondary backgroundsInput backgroundsDividers |
| 300 | FB8D #FB8DCF | BordersInactive statesPlaceholder text |
| 400 | FA52 #FA52B7 | Disabled statesSecondary iconsMuted text |
| 500 | F820 #F820A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | DA07 #DA0785 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AD05 #AD056A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7C04 #7C044C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4F02 #4F0230 | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FFF0F9;
--pink-100: #FEDCF1;
--pink-200: #FDBFE4;
--pink-300: #FB8DCF;
--pink-400: #FA52B7;
--pink-500: #F820A2;
--pink-600: #DA0785;
--pink-700: #AD056A;
--pink-800: #7C044C;
--pink-900: #4F0230;
--pink-950: #31021E;
}