Plum
#F396CF
PinkColor Codes
All color formats for development
HEX
#F396CFRGB
rgb(243, 150, 207)HSL
hsl(323, 79%, 77%)OKLCH
oklch(0.785 0.131 343.1)CMYK
cmyk(0%, 38%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73BF
2#EA50AF
3#E62D9F
4#D3198C
5#B01574
6#8D105D
7#690C46
8#46082F
9#230417
Tints
Lighter variations
1#F4A1D4
2#F5ABD9
3#F6B6DE
4#F8C0E2
5#F9CBE7
6#FAD5EC
7#FBE0F1
8#FDEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCE
2#E99FCD
3#E5A4CC
4#E0A9CB
5#DCADCA
6#D7B2C9
7#D2B6C8
8#CEBBC7
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396CF | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FB6 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91885 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0136A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF0;
--plum-200: #F8C4E4;
--plum-300: #F396CF;
--plum-400: #EC5FB6;
--plum-500: #E732A1;
--plum-600: #C91885;
--plum-700: #A0136A;
--plum-800: #720D4C;
--plum-900: #490930;
--plum-950: #2E051E;
}