Plum
#F396DA
PinkColor Codes
All color formats for development
HEX
#F396DARGB
rgb(243, 150, 218)HSL
hsl(316, 79%, 77%)OKLCH
oklch(0.789 0.139 337.5)CMYK
cmyk(0%, 38%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73CE
2#EA50C1
3#E62DB5
4#D319A1
5#B01586
6#8D106B
7#690C51
8#460836
9#23041B
Tints
Lighter variations
1#F4A1DE
2#F5ABE1
3#F6B6E5
4#F8C0E9
5#F9CBEC
6#FAD5F0
7#FBE0F4
8#FDEAF8
9#FEF5FB
Tones
Muted variations
1#EE9BD8
2#E99FD6
3#E5A4D3
4#E0A9D1
5#DCADCF
6#D7B2CD
7#D2B6CB
8#CEBBC9
9#C9C0C7
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 | F396 #F396DA | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC7 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9189A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0137A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490938 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0523 | 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: #F396DA;
--plum-400: #EC5FC7;
--plum-500: #E732B7;
--plum-600: #C9189A;
--plum-700: #A0137A;
--plum-800: #720D57;
--plum-900: #490938;
--plum-950: #2E0523;
}