Plum
#F396C9
PinkColor Codes
All color formats for development
HEX
#F396C9RGB
rgb(243, 150, 201)HSL
hsl(327, 79%, 77%)OKLCH
oklch(0.783 0.127 346.4)CMYK
cmyk(0%, 38%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73B7
2#EA50A5
3#E62D93
4#D3197F
5#B0156A
6#8D1055
7#690C40
8#46082A
9#230415
Tints
Lighter variations
1#F4A1CE
2#F5ABD4
3#F6B6D9
4#F8C0DF
5#F9CBE4
6#FAD5E9
7#FBE0EF
8#FDEAF4
9#FEF5FA
Tones
Muted variations
1#EE9BC9
2#E99FC8
3#E5A4C8
4#E0A9C7
5#DCADC7
6#D7B2C6
7#D2B6C6
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 #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396C9 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FAD | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73295 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91879 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01360 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEF;
--plum-200: #F8C4E0;
--plum-300: #F396C9;
--plum-400: #EC5FAD;
--plum-500: #E73295;
--plum-600: #C91879;
--plum-700: #A01360;
--plum-800: #720D45;
--plum-900: #49092C;
--plum-950: #2E051C;
}