Pink
#FBC1E6
PinkColor Codes
All color formats for development
HEX
#FBC1E6RGB
rgb(251, 193, 230)HSL
hsl(322, 88%, 87%)OKLCH
oklch(0.874 0.081 340.4)CMYK
cmyk(0%, 23%, 8%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F897D5
2#F66DC4
3#F344B3
4#F01AA2
5#D10D89
6#A70B6E
7#7D0852
8#530537
9#2A031B
Tints
Lighter variations
1#FBC7E8
2#FCCDEB
3#FCD3ED
4#FDDAF0
5#FDE0F2
6#FDE6F5
7#FEECF7
8#FEF3FA
9#FFF9FC
Tones
Muted variations
1#F8C4E5
2#F5C7E4
3#F2C9E3
4#EFCCE3
5#ECCFE2
6#EAD2E1
7#E7D5E0
8#E4D8DF
9#E1DBDF
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891D2 | BordersInactive statesPlaceholder text |
| 400 | F457 #F457BB | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A7 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B6E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0532 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FEF1F9;
--pink-100: #FDDDF1;
--pink-200: #FBC1E6;
--pink-300: #F891D2;
--pink-400: #F457BB;
--pink-500: #F127A7;
--pink-600: #D30D8B;
--pink-700: #A80B6E;
--pink-800: #78084F;
--pink-900: #4D0532;
--pink-950: #30031F;
}