Plum
#F396DC
PinkColor Codes
All color formats for development
HEX
#F396DCRGB
rgb(243, 150, 220)HSL
hsl(315, 79%, 77%)OKLCH
oklch(0.79 0.141 336.5)CMYK
cmyk(0%, 38%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73D0
2#EA50C4
3#E62DB8
4#D319A4
5#B01589
6#8D106E
7#690C52
8#460837
9#23041B
Tints
Lighter variations
1#F4A1DF
2#F5ABE3
3#F6B6E6
4#F8C0EA
5#F9CBED
6#FAD5F1
7#FBE0F4
8#FDEAF8
9#FEF5FB
Tones
Muted variations
1#EE9BD9
2#E99FD7
3#E5A4D5
4#E0A9D2
5#DCADD0
6#D7B2CE
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 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396DC | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732BA | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9189D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0137D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF4;
--plum-200: #F8C4EB;
--plum-300: #F396DC;
--plum-400: #EC5FC9;
--plum-500: #E732BA;
--plum-600: #C9189D;
--plum-700: #A0137D;
--plum-800: #720D59;
--plum-900: #490939;
--plum-950: #2E0524;
}