Plum
#F297D5
PinkColor Codes
All color formats for development
HEX
#F297D5RGB
rgb(242, 151, 213)HSL
hsl(319, 78%, 77%)OKLCH
oklch(0.788 0.133 339.7)CMYK
cmyk(0%, 38%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74C7
2#E951B9
3#E52EAB
4#D21A98
5#AF167E
6#8C1165
7#690D4C
8#460933
9#230419
Tints
Lighter variations
1#F3A1D9
2#F5ABDD
3#F6B6E2
4#F7C0E6
5#F9CBEA
6#FAD5EE
7#FBE0F2
8#FCEAF7
9#FEF5FB
Tones
Muted variations
1#EE9BD3
2#E9A0D2
3#E4A4D0
4#E0A9CE
5#DBADCD
6#D7B2CB
7#D2B7C9
8#CDBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D5 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60BF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81990 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490934 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF2;
--plum-200: #F8C4E7;
--plum-300: #F297D5;
--plum-400: #EB60BF;
--plum-500: #E633AD;
--plum-600: #C81990;
--plum-700: #9F1473;
--plum-800: #710E52;
--plum-900: #490934;
--plum-950: #2D0621;
}