Plum
#EF9ABD
PinkColor Codes
All color formats for development
HEX
#EF9ABDRGB
rgb(239, 154, 189)HSL
hsl(335, 73%, 77%)OKLCH
oklch(0.781 0.11 353.7)CMYK
cmyk(0%, 36%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78A7
2#E55691
3#DF347B
4#CC2067
5#AA1B56
6#881545
7#661034
8#440B22
9#220511
Tints
Lighter variations
1#F1A4C4
2#F2AECA
3#F4B8D1
4#F5C2D8
5#F7CCDE
6#F9D6E5
7#FAE1EB
8#FCEBF2
9#FDF5F8
Tones
Muted variations
1#EB9EBE
2#E7A2BF
3#E2A6BF
4#DEABC0
5#DAAFC1
6#D5B3C1
7#D1B8C2
8#CDBCC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABD | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659B | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387E | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E63 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1138 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B24 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FAE0EB;
--plum-200: #F6C6DA;
--plum-300: #EF9ABD;
--plum-400: #E7659B;
--plum-500: #E0387E;
--plum-600: #C21E63;
--plum-700: #9A184E;
--plum-800: #6E1138;
--plum-900: #470B24;
--plum-950: #2C0716;
}