Plum
#F297DA
PinkColor Codes
All color formats for development
HEX
#F297DARGB
rgb(242, 151, 218)HSL
hsl(316, 78%, 77%)OKLCH
oklch(0.79 0.137 337.2)CMYK
cmyk(0%, 38%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74CD
2#E951C1
3#E52EB4
4#D21AA1
5#AF1686
6#8C116B
7#690D50
8#460936
9#23041B
Tints
Lighter variations
1#F3A1DD
2#F5ABE1
3#F6B6E5
4#F7C0E9
5#F9CBEC
6#FAD5F0
7#FBE0F4
8#FCEAF8
9#FEF5FB
Tones
Muted variations
1#EE9BD8
2#E9A0D5
3#E4A4D3
4#E0A9D1
5#DBADCF
6#D7B2CD
7#D2B7CB
8#CDBBC9
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81999 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490938 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF4;
--plum-200: #F8C4EA;
--plum-300: #F297DA;
--plum-400: #EB60C6;
--plum-500: #E633B6;
--plum-600: #C81999;
--plum-700: #9F147A;
--plum-800: #710E57;
--plum-900: #490938;
--plum-950: #2D0623;
}