Plum
#EF9AD7
PinkColor Codes
All color formats for development
HEX
#EF9AD7RGB
rgb(239, 154, 215)HSL
hsl(317, 73%, 77%)OKLCH
oklch(0.79 0.127 337.9)CMYK
cmyk(0%, 36%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C9
2#E556BC
3#DF34AF
4#CC209B
5#AA1B81
6#881567
7#66104E
8#440B34
9#22051A
Tints
Lighter variations
1#F1A4DB
2#F2AEDF
3#F4B8E3
4#F5C2E7
5#F7CCEB
6#F9D6EF
7#FAE1F3
8#FCEBF7
9#FDF5FB
Tones
Muted variations
1#EB9ED5
2#E7A2D3
3#E2A6D1
4#DEABCF
5#DAAFCE
6#D5B3CC
7#D1B8CA
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 #FAE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD7 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C2 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E94 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1875 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1154 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B36 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0722 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FAE0F3;
--plum-200: #F6C6E8;
--plum-300: #EF9AD7;
--plum-400: #E765C2;
--plum-500: #E038B1;
--plum-600: #C21E94;
--plum-700: #9A1875;
--plum-800: #6E1154;
--plum-900: #470B36;
--plum-950: #2C0722;
}