Plum
#F396CE
PinkColor Codes
All color formats for development
HEX
#F396CERGB
rgb(243, 150, 206)HSL
hsl(324, 79%, 77%)OKLCH
oklch(0.785 0.13 343.6)CMYK
cmyk(0%, 38%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73BD
2#EA50AD
3#E62D9C
4#D31988
5#B01572
6#8D105B
7#690C44
8#46082D
9#230417
Tints
Lighter variations
1#F4A1D3
2#F5ABD7
3#F6B6DC
4#F8C0E1
5#F9CBE6
6#FAD5EB
7#FBE0F0
8#FDEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCD
2#E99FCC
3#E5A4CB
4#E0A9CA
5#DCADC9
6#D7B2C8
7#D2B6C7
8#CEBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396CE | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FB4 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7329E | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91882 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01367 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF0;
--plum-200: #F8C4E3;
--plum-300: #F396CE;
--plum-400: #EC5FB4;
--plum-500: #E7329E;
--plum-600: #C91882;
--plum-700: #A01367;
--plum-800: #720D4A;
--plum-900: #49092F;
--plum-950: #2E051E;
}