Plum
#F396D1
PinkColor Codes
All color formats for development
HEX
#F396D1RGB
rgb(243, 150, 209)HSL
hsl(322, 79%, 77%)OKLCH
oklch(0.786 0.133 342)CMYK
cmyk(0%, 38%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73C1
2#EA50B2
3#E62DA2
4#D3198F
5#B01577
6#8D105F
7#690C47
8#460830
9#230418
Tints
Lighter variations
1#F4A1D5
2#F5ABDA
3#F6B6DF
4#F8C0E3
5#F9CBE8
6#FAD5EC
7#FBE0F1
8#FDEAF6
9#FEF5FA
Tones
Muted variations
1#EE9BCF
2#E99FCE
3#E5A4CD
4#E0A9CC
5#DCADCB
6#D7B2C9
7#D2B6C8
8#CEBBC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396D1 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5FB9 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E732A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91888 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0136C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490931 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF1;
--plum-200: #F8C4E5;
--plum-300: #F396D1;
--plum-400: #EC5FB9;
--plum-500: #E732A4;
--plum-600: #C91888;
--plum-700: #A0136C;
--plum-800: #720D4D;
--plum-900: #490931;
--plum-950: #2E051F;
}