Plum
#EF9AD3
PinkColor Codes
All color formats for development
HEX
#EF9AD3RGB
rgb(239, 154, 211)HSL
hsl(320, 73%, 77%)OKLCH
oklch(0.789 0.124 340)CMYK
cmyk(0%, 36%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C4
2#E556B5
3#DF34A6
4#CC2092
5#AA1B7A
6#881562
7#661049
8#440B31
9#220518
Tints
Lighter variations
1#F1A4D7
2#F2AEDB
3#F4B8E0
4#F5C2E4
5#F7CCE9
6#F9D6ED
7#FAE1F2
8#FCEBF6
9#FDF5FB
Tones
Muted variations
1#EB9ED1
2#E7A2D0
3#E2A6CE
4#DEABCD
5#DAAFCB
6#D5B3CA
7#D1B8C9
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 #F6C6E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD3 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765BB | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114F | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B33 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FAE0F1;
--plum-200: #F6C6E6;
--plum-300: #EF9AD3;
--plum-400: #E765BB;
--plum-500: #E038A8;
--plum-600: #C21E8C;
--plum-700: #9A186F;
--plum-800: #6E114F;
--plum-900: #470B33;
--plum-950: #2C0720;
}