Plum
#F396CC
PinkColor Codes
All color formats for development
HEX
#F396CCRGB
rgb(243, 150, 204)HSL
hsl(325, 79%, 77%)OKLCH
oklch(0.784 0.129 344.7)CMYK
cmyk(0%, 38%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73BB
2#EA50AA
3#E62D99
4#D31985
5#B0156F
6#8D1059
7#690C43
8#46082C
9#230416
Tints
Lighter variations
1#F4A1D1
2#F5ABD6
3#F6B6DB
4#F8C0E0
5#F9CBE6
6#FAD5EB
7#FBE0F0
8#FDEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCB
2#E99FCB
3#E5A4CA
4#E0A9C9
5#DCADC8
6#D7B2C7
7#D2B6C7
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 #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396CC | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FB2 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7329B | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9187F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01365 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFF0;
--plum-200: #F8C4E2;
--plum-300: #F396CC;
--plum-400: #EC5FB2;
--plum-500: #E7329B;
--plum-600: #C9187F;
--plum-700: #A01365;
--plum-800: #720D48;
--plum-900: #49092E;
--plum-950: #2E051D;
}