Plum
#EF9ACE
PinkColor Codes
All color formats for development
HEX
#EF9ACERGB
rgb(239, 154, 206)HSL
hsl(323, 73%, 77%)OKLCH
oklch(0.787 0.12 342.8)CMYK
cmyk(0%, 36%, 14%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78BE
2#E556AE
3#DF349D
4#CC208A
5#AA1B73
6#88155C
7#661045
8#440B2E
9#220517
Tints
Lighter variations
1#F1A4D3
2#F2AED8
3#F4B8DD
4#F5C2E2
5#F7CCE7
6#F9D6EC
7#FAE1F0
8#FCEBF5
9#FDF5FA
Tones
Muted variations
1#EB9ECD
2#E7A2CC
3#E2A6CB
4#DEABCA
5#DAAFC9
6#D5B3C8
7#D1B8C7
8#CDBCC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACE | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B5 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E83 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1868 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B30 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FAE0F0;
--plum-200: #F6C6E3;
--plum-300: #EF9ACE;
--plum-400: #E765B5;
--plum-500: #E038A0;
--plum-600: #C21E83;
--plum-700: #9A1868;
--plum-800: #6E114B;
--plum-900: #470B30;
--plum-950: #2C071E;
}