Plum
#EF9AD0
PinkColor Codes
All color formats for development
HEX
#EF9AD0RGB
rgb(239, 154, 208)HSL
hsl(322, 73%, 77%)OKLCH
oklch(0.788 0.121 341.7)CMYK
cmyk(0%, 36%, 13%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78C0
2#E556B0
3#DF34A0
4#CC208D
5#AA1B75
6#88155E
7#661046
8#440B2F
9#220517
Tints
Lighter variations
1#F1A4D4
2#F2AED9
3#F4B8DE
4#F5C2E3
5#F7CCE7
6#F9D6EC
7#FAE1F1
8#FCEBF6
9#FDF5FA
Tones
Muted variations
1#EB9ECF
2#E7A2CD
3#E2A6CC
4#DEABCB
5#DAAFCA
6#D5B3C9
7#D1B8C8
8#CDBCC7
9#C9C0C5
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 #F6C6E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AD0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765B7 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038A3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E86 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A186B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E114C | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B31 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C071E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FAE0F1;
--plum-200: #F6C6E4;
--plum-300: #EF9AD0;
--plum-400: #E765B7;
--plum-500: #E038A3;
--plum-600: #C21E86;
--plum-700: #9A186B;
--plum-800: #6E114C;
--plum-900: #470B31;
--plum-950: #2C071E;
}