Plum
#EF9AC6
PinkColor Codes
All color formats for development
HEX
#EF9AC6RGB
rgb(239, 154, 198)HSL
hsl(329, 73%, 77%)OKLCH
oklch(0.784 0.115 347.7)CMYK
cmyk(0%, 36%, 17%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78B3
2#E5569F
3#DF348C
4#CC2079
5#AA1B65
6#881550
7#66103C
8#440B28
9#220514
Tints
Lighter variations
1#F1A4CB
2#F2AED1
3#F4B8D7
4#F5C2DD
5#F7CCE2
6#F9D6E8
7#FAE1EE
8#FCEBF4
9#FDF5F9
Tones
Muted variations
1#EB9EC6
2#E7A2C5
3#E2A6C5
4#DEABC5
5#DAAFC5
6#D5B3C5
7#D1B8C5
8#CDBCC5
9#C9C0C4
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 #EF9AC6 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765A8 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0388F | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A185B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1141 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2A | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071A | 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: #EF9AC6;
--plum-400: #E765A8;
--plum-500: #E0388F;
--plum-600: #C21E73;
--plum-700: #9A185B;
--plum-800: #6E1141;
--plum-900: #470B2A;
--plum-950: #2C071A;
}