Plum
#F297C9
PinkColor Codes
All color formats for development
HEX
#F297C9RGB
rgb(242, 151, 201)HSL
hsl(327, 78%, 77%)OKLCH
oklch(0.784 0.125 346.3)CMYK
cmyk(0%, 38%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74B7
2#E951A5
3#E52E93
4#D21A7F
5#AF166A
6#8C1155
7#690D3F
8#46092A
9#230415
Tints
Lighter variations
1#F3A1CE
2#F5ABD4
3#F6B6D9
4#F7C0DF
5#F9CBE4
6#FAD5E9
7#FBE0EF
8#FCEAF4
9#FEF5FA
Tones
Muted variations
1#EE9BC8
2#E9A0C8
3#E4A4C8
4#E0A9C7
5#DBADC7
6#D7B2C6
7#D2B7C6
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 #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C9 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63395 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81979 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1460 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEF;
--plum-200: #F8C4E0;
--plum-300: #F297C9;
--plum-400: #EB60AD;
--plum-500: #E63395;
--plum-600: #C81979;
--plum-700: #9F1460;
--plum-800: #710E45;
--plum-900: #49092C;
--plum-950: #2D061B;
}