Plum
#EF9AD8
PinkColor Codes
All color formats for development
HEX
#EF9AD8RGB
rgb(239, 154, 216)HSL
hsl(316, 73%, 77%)OKLCH
oklch(0.79 0.128 337.3)CMYK
cmyk(0%, 36%, 10%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78CB
2#E556BE
3#DF34B1
4#CC209E
5#AA1B84
6#881569
7#66104F
8#440B35
9#22051A
Tints
Lighter variations
1#F1A4DC
2#F2AEE0
3#F4B8E4
4#F5C2E8
5#F7CCEC
6#F9D6F0
7#FAE1F3
8#FCEBF7
9#FDF5FB
Tones
Muted variations
1#EB9ED6
2#E7A2D4
3#E2A6D2
4#DEABD0
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 #F6C6E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C4 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E96 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1878 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1155 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B37 | 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: #F6C6E9;
--plum-300: #EF9AD8;
--plum-400: #E765C4;
--plum-500: #E038B3;
--plum-600: #C21E96;
--plum-700: #9A1878;
--plum-800: #6E1155;
--plum-900: #470B37;
--plum-950: #2C0722;
}