Plum
#EF9ACD
PinkColor Codes
All color formats for development
HEX
#EF9ACDRGB
rgb(239, 154, 205)HSL
hsl(324, 73%, 77%)OKLCH
oklch(0.787 0.119 343.4)CMYK
cmyk(0%, 36%, 14%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78BC
2#E556AB
3#DF349B
4#CC2087
5#AA1B71
6#88155A
7#661044
8#440B2D
9#220517
Tints
Lighter variations
1#F1A4D2
2#F2AED7
3#F4B8DC
4#F5C2E1
5#F7CCE6
6#F9D6EB
7#FAE1F0
8#FCEBF5
9#FDF5FA
Tones
Muted variations
1#EB9ECC
2#E7A2CB
3#E2A6CA
4#DEABC9
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 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ACD | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B3 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0389D | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1866 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1149 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B2F | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FAE0F0;
--plum-200: #F6C6E3;
--plum-300: #EF9ACD;
--plum-400: #E765B3;
--plum-500: #E0389D;
--plum-600: #C21E81;
--plum-700: #9A1866;
--plum-800: #6E1149;
--plum-900: #470B2F;
--plum-950: #2C071D;
}