Plum
#EF9AC1
PinkColor Codes
All color formats for development
HEX
#EF9AC1RGB
rgb(239, 154, 193)HSL
hsl(332, 73%, 77%)OKLCH
oklch(0.783 0.112 351)CMYK
cmyk(0%, 36%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78AD
2#E55698
3#DF3484
4#CC2070
5#AA1B5D
6#88154B
7#661038
8#440B25
9#220513
Tints
Lighter variations
1#F1A4C8
2#F2AECE
3#F4B8D4
4#F5C2DA
5#F7CCE0
6#F9D6E6
7#FAE1ED
8#FCEBF3
9#FDF5F9
Tones
Muted variations
1#EB9EC2
2#E7A2C2
3#E2A6C2
4#DEABC3
5#DAAFC3
6#D5B3C3
7#D1B8C3
8#CDBCC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DC | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765A1 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03887 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1855 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B27 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FAE0EC;
--plum-200: #F6C6DC;
--plum-300: #EF9AC1;
--plum-400: #E765A1;
--plum-500: #E03887;
--plum-600: #C21E6B;
--plum-700: #9A1855;
--plum-800: #6E113D;
--plum-900: #470B27;
--plum-950: #2C0718;
}