Plum
#EF9AD4
PinkColor Codes
All color formats for development
HEX
#EF9AD4RGB
rgb(239, 154, 212)HSL
hsl(319, 73%, 77%)OKLCH
oklch(0.789 0.124 339.5)CMYK
cmyk(0%, 36%, 11%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C6
2#E556B7
3#DF34A9
4#CC2095
5#AA1B7C
6#881564
7#66104B
8#440B32
9#220519
Tints
Lighter variations
1#F1A4D8
2#F2AEDD
3#F4B8E1
4#F5C2E5
5#F7CCEA
6#F9D6EE
7#FAE1F2
8#FCEBF6
9#FDF5FB
Tones
Muted variations
1#EB9ED2
2#E7A2D1
3#E2A6CF
4#DEABCE
5#DAAFCC
6#D5B3CB
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 #FAE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD4 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765BE | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038AB | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1871 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1151 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B34 | 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: #FAE0F2;
--plum-200: #F6C6E7;
--plum-300: #EF9AD4;
--plum-400: #E765BE;
--plum-500: #E038AB;
--plum-600: #C21E8E;
--plum-700: #9A1871;
--plum-800: #6E1151;
--plum-900: #470B34;
--plum-950: #2C0720;
}