Plum
#EF9AD5
PinkColor Codes
All color formats for development
HEX
#EF9AD5RGB
rgb(239, 154, 213)HSL
hsl(318, 73%, 77%)OKLCH
oklch(0.789 0.125 338.9)CMYK
cmyk(0%, 36%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C8
2#E556BA
3#DF34AC
4#CC2098
5#AA1B7F
6#881565
7#66104C
8#440B33
9#220519
Tints
Lighter variations
1#F1A4DA
2#F2AEDE
3#F4B8E2
4#F5C2E6
5#F7CCEA
6#F9D6EE
7#FAE1F3
8#FCEBF7
9#FDF5FB
Tones
Muted variations
1#EB9ED4
2#E7A2D2
3#E2A6D0
4#DEABCF
5#DAAFCD
6#D5B3CB
7#D1B8C9
8#CDBCC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD5 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C0 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038AE | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1873 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1152 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B35 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0721 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FAE0F2;
--plum-200: #F6C6E8;
--plum-300: #EF9AD5;
--plum-400: #E765C0;
--plum-500: #E038AE;
--plum-600: #C21E91;
--plum-700: #9A1873;
--plum-800: #6E1152;
--plum-900: #470B35;
--plum-950: #2C0721;
}