Plum
#F396D8
PinkColor Codes
All color formats for development
HEX
#F396D8RGB
rgb(243, 150, 216)HSL
hsl(317, 79%, 77%)OKLCH
oklch(0.788 0.138 338.5)CMYK
cmyk(0%, 38%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73CC
2#EA50BF
3#E62DB2
4#D3199E
5#B01584
6#8D1069
7#690C4F
8#460835
9#23041A
Tints
Lighter variations
1#F4A1DC
2#F5ABE0
3#F6B6E4
4#F8C0E8
5#F9CBEC
6#FAD5F0
7#FBE0F3
8#FDEAF7
9#FEF5FB
Tones
Muted variations
1#EE9BD6
2#E99FD4
3#E5A4D2
4#E0A9D0
5#DCADCE
6#D7B2CC
7#D2B6CA
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 #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396D8 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FC4 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91897 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01378 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490937 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF3;
--plum-200: #F8C4E9;
--plum-300: #F396D8;
--plum-400: #EC5FC4;
--plum-500: #E732B4;
--plum-600: #C91897;
--plum-700: #A01378;
--plum-800: #720D56;
--plum-900: #490937;
--plum-950: #2E0522;
}