Pink
#F7C5D6
PinkColor Codes
All color formats for development
HEX
#F7C5D6RGB
rgb(247, 197, 214)HSL
hsl(340, 76%, 87%)OKLCH
oklch(0.872 0.061 356.1)CMYK
cmyk(0%, 20%, 13%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F29EBA
2#EC779E
3#E75082
4#E22866
5#C31B53
6#9C1542
7#751032
8#4E0B21
9#270511
Tints
Lighter variations
1#F8CADA
2#F9D0DE
3#F9D6E2
4#FADCE6
5#FBE2EA
6#FCE8EE
7#FDEDF3
8#FDF3F7
9#FEF9FB
Tones
Muted variations
1#F5C7D6
2#F2CAD7
3#EFCCD8
4#EDCFD9
5#EAD1DA
6#E8D4DA
7#E5D6DB
8#E3D9DC
9#E0DBDD
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--pink-50: #FDF2F5;
--pink-100: #FBE0E9;
--pink-200: #F7C5D5;
--pink-300: #F198B5;
--pink-400: #EA628F;
--pink-500: #E3356F;
--pink-600: #C51B54;
--pink-700: #9D1543;
--pink-800: #700F30;
--pink-900: #480A1E;
--pink-950: #2D0613;
}