Plum
#F396CB
PinkColor Codes
All color formats for development
HEX
#F396CBRGB
rgb(243, 150, 203)HSL
hsl(326, 79%, 77%)OKLCH
oklch(0.784 0.128 345.3)CMYK
cmyk(0%, 38%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73B9
2#EA50A7
3#E62D96
4#D31982
5#B0156D
6#8D1057
7#690C41
8#46082B
9#230416
Tints
Lighter variations
1#F4A1D0
2#F5ABD5
3#F6B6DA
4#F8C0E0
5#F9CBE5
6#FAD5EA
7#FBE0EF
8#FDEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCA
2#E99FC9
3#E5A4C9
4#E0A9C8
5#DCADC7
6#D7B2C7
7#D2B6C6
8#CEBBC6
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 #F8C4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396CB | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FAF | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73298 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9187C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01363 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092D | 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: #F8C4E1;
--plum-300: #F396CB;
--plum-400: #EC5FAF;
--plum-500: #E73298;
--plum-600: #C9187C;
--plum-700: #A01363;
--plum-800: #720D46;
--plum-900: #49092D;
--plum-950: #2E051C;
}