Plum
#F297C7
PinkColor Codes
All color formats for development
HEX
#F297C7RGB
rgb(242, 151, 199)HSL
hsl(328, 78%, 77%)OKLCH
oklch(0.783 0.123 347.4)CMYK
cmyk(0%, 38%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74B5
2#E951A2
3#E52E90
4#D21A7C
5#AF1667
6#8C1153
7#690D3E
8#460929
9#230415
Tints
Lighter variations
1#F3A1CD
2#F5ABD3
3#F6B6D8
4#F7C0DE
5#F9CBE3
6#FAD5E9
7#FBE0EE
8#FCEAF4
9#FEF5F9
Tones
Muted variations
1#EE9BC7
2#E9A0C7
3#E4A4C6
4#E0A9C6
5#DBADC6
6#D7B2C6
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 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AA | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63392 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81976 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F145E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | 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: #FBDFEE;
--plum-200: #F8C4E0;
--plum-300: #F297C7;
--plum-400: #EB60AA;
--plum-500: #E63392;
--plum-600: #C81976;
--plum-700: #9F145E;
--plum-800: #710E43;
--plum-900: #49092B;
--plum-950: #2D061B;
}