Plum
#F396C3
PinkColor Codes
All color formats for development
HEX
#F396C3RGB
rgb(243, 150, 195)HSL
hsl(331, 79%, 77%)OKLCH
oklch(0.781 0.124 349.9)CMYK
cmyk(0%, 38%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73AF
2#EA509B
3#E62D86
4#D31973
5#B01560
6#8D104C
7#690C39
8#460826
9#230413
Tints
Lighter variations
1#F4A1C9
2#F5ABCF
3#F6B6D5
4#F8C0DB
5#F9CBE1
6#FAD5E7
7#FBE0ED
8#FDEAF3
9#FEF5F9
Tones
Muted variations
1#EE9BC3
2#E99FC3
3#E5A4C3
4#E0A9C3
5#DCADC4
6#D7B2C4
7#D2B6C4
8#CEBBC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396C3 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FA3 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73289 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9186D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01357 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490928 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFED;
--plum-200: #F8C4DD;
--plum-300: #F396C3;
--plum-400: #EC5FA3;
--plum-500: #E73289;
--plum-600: #C9186D;
--plum-700: #A01357;
--plum-800: #720D3E;
--plum-900: #490928;
--plum-950: #2E0519;
}