Plum
#F396C7
PinkColor Codes
All color formats for development
HEX
#F396C7RGB
rgb(243, 150, 199)HSL
hsl(328, 79%, 77%)OKLCH
oklch(0.783 0.126 347.5)CMYK
cmyk(0%, 38%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73B5
2#EA50A2
3#E62D90
4#D3197C
5#B01567
6#8D1053
7#690C3E
8#460829
9#230415
Tints
Lighter variations
1#F4A1CD
2#F5ABD3
3#F6B6D8
4#F8C0DE
5#F9CBE3
6#FAD5E9
7#FBE0EE
8#FDEAF4
9#FEF5F9
Tones
Muted variations
1#EE9BC7
2#E99FC7
3#E5A4C7
4#E0A9C6
5#DCADC6
6#D7B2C6
7#D2B6C5
8#CEBBC5
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 | F396 #F396C7 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FAA | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73292 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91876 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0135E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | 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: #F396C7;
--plum-400: #EC5FAA;
--plum-500: #E73292;
--plum-600: #C91876;
--plum-700: #A0135E;
--plum-800: #720D43;
--plum-900: #49092B;
--plum-950: #2E051B;
}