Plum
#EF9AC7
PinkColor Codes
All color formats for development
HEX
#EF9AC7RGB
rgb(239, 154, 199)HSL
hsl(328, 73%, 77%)OKLCH
oklch(0.785 0.115 347.1)CMYK
cmyk(0%, 36%, 17%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78B5
2#E556A2
3#DF348F
4#CC207C
5#AA1B67
6#881552
7#66103E
8#440B29
9#220515
Tints
Lighter variations
1#F1A4CD
2#F2AED2
3#F4B8D8
4#F5C2DE
5#F7CCE3
6#F9D6E9
7#FAE1EE
8#FCEBF4
9#FDF5F9
Tones
Muted variations
1#EB9EC7
2#E7A2C7
3#E2A6C6
4#DEABC6
5#DAAFC6
6#D5B3C5
7#D1B8C5
8#CDBCC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DF | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765AA | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03892 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1143 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FAE0EE;
--plum-200: #F6C6DF;
--plum-300: #EF9AC7;
--plum-400: #E765AA;
--plum-500: #E03892;
--plum-600: #C21E76;
--plum-700: #9A185E;
--plum-800: #6E1143;
--plum-900: #470B2B;
--plum-950: #2C071B;
}