Plum
#F396BE
PinkColor Codes
All color formats for development
HEX
#F396BERGB
rgb(243, 150, 190)HSL
hsl(334, 79%, 77%)OKLCH
oklch(0.78 0.121 352.9)CMYK
cmyk(0%, 38%, 22%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73A8
2#EA5093
3#E62D7D
4#D31969
5#B01558
6#8D1046
7#690C35
8#460823
9#230412
Tints
Lighter variations
1#F4A1C5
2#F5ABCB
3#F6B6D2
4#F8C0D8
5#F9CBDF
6#FAD5E5
7#FBE0EC
8#FDEAF2
9#FEF5F9
Tones
Muted variations
1#EE9BBF
2#E99FBF
3#E5A4C0
4#E0A9C1
5#DCADC1
6#D7B2C2
7#D2B6C2
8#CEBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BE | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F9C | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73280 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91864 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01350 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0517 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFEB;
--plum-200: #F8C4DA;
--plum-300: #F396BE;
--plum-400: #EC5F9C;
--plum-500: #E73280;
--plum-600: #C91864;
--plum-700: #A01350;
--plum-800: #720D39;
--plum-900: #490925;
--plum-950: #2E0517;
}