Plum
#F297C6
PinkColor Codes
All color formats for development
HEX
#F297C6RGB
rgb(242, 151, 198)HSL
hsl(329, 78%, 77%)OKLCH
oklch(0.783 0.123 348)CMYK
cmyk(0%, 38%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74B3
2#E951A0
3#E52E8D
4#D21A79
5#AF1665
6#8C1151
7#690D3C
8#460928
9#230414
Tints
Lighter variations
1#F3A1CC
2#F5ABD1
3#F6B6D7
4#F7C0DD
5#F9CBE2
6#FAD5E8
7#FBE0EE
8#FCEAF4
9#FEF5F9
Tones
Muted variations
1#EE9BC6
2#E9A0C6
3#E4A4C5
4#E0A9C5
5#DBADC5
6#D7B2C5
7#D2B7C5
8#CDBBC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C6 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6338F | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81973 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEE;
--plum-200: #F8C4DF;
--plum-300: #F297C6;
--plum-400: #EB60A8;
--plum-500: #E6338F;
--plum-600: #C81973;
--plum-700: #9F145C;
--plum-800: #710E41;
--plum-900: #49092A;
--plum-950: #2D061A;
}