Plum
#EF9AD1
PinkColor Codes
All color formats for development
HEX
#EF9AD1RGB
rgb(239, 154, 209)HSL
hsl(321, 73%, 77%)OKLCH
oklch(0.788 0.122 341.1)CMYK
cmyk(0%, 36%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C2
2#E556B3
3#DF34A3
4#CC2090
5#AA1B78
6#881560
7#661048
8#440B30
9#220518
Tints
Lighter variations
1#F1A4D6
2#F2AEDA
3#F4B8DF
4#F5C2E4
5#F7CCE8
6#F9D6ED
7#FAE1F1
8#FCEBF6
9#FDF5FA
Tones
Muted variations
1#EB9ED0
2#E7A2CF
3#E2A6CD
4#DEABCC
5#DAAFCB
6#D5B3C9
7#D1B8C8
8#CDBCC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD1 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B9 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E89 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B32 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FAE0F1;
--plum-200: #F6C6E5;
--plum-300: #EF9AD1;
--plum-400: #E765B9;
--plum-500: #E038A5;
--plum-600: #C21E89;
--plum-700: #9A186D;
--plum-800: #6E114E;
--plum-900: #470B32;
--plum-950: #2C071F;
}