Plum
#F396D5
PinkColor Codes
All color formats for development
HEX
#F396D5RGB
rgb(243, 150, 213)HSL
hsl(319, 79%, 77%)OKLCH
oklch(0.787 0.135 340)CMYK
cmyk(0%, 38%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73C7
2#EA50B9
3#E62DAB
4#D31998
5#B0157F
6#8D1065
7#690C4C
8#460833
9#230419
Tints
Lighter variations
1#F4A1DA
2#F5ABDE
3#F6B6E2
4#F8C0E6
5#F9CBEA
6#FAD5EE
7#FBE0F3
8#FDEAF7
9#FEF5FB
Tones
Muted variations
1#EE9BD4
2#E99FD2
3#E5A4D0
4#E0A9CF
5#DCADCD
6#D7B2CB
7#D2B6C9
8#CEBBC8
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 | F396 #F396D5 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC0 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732AD | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91891 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01373 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490935 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | 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: #F396D5;
--plum-400: #EC5FC0;
--plum-500: #E732AD;
--plum-600: #C91891;
--plum-700: #A01373;
--plum-800: #720D52;
--plum-900: #490935;
--plum-950: #2E0521;
}