Plum
#EF9AC0
PinkColor Codes
All color formats for development
HEX
#EF9AC0RGB
rgb(239, 154, 192)HSL
hsl(333, 73%, 77%)OKLCH
oklch(0.782 0.111 351.6)CMYK
cmyk(0%, 36%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78AB
2#E55696
3#DF3481
4#CC206D
5#AA1B5B
6#881549
7#661037
8#440B24
9#220512
Tints
Lighter variations
1#F1A4C6
2#F2AECD
3#F4B8D3
4#F5C2D9
5#F7CCE0
6#F9D6E6
7#FAE1EC
8#FCEBF2
9#FDF5F9
Tones
Muted variations
1#EB9EC0
2#E7A2C1
3#E2A6C1
4#DEABC2
5#DAAFC2
6#D5B3C3
7#D1B8C3
8#CDBCC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AC0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659F | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03884 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1853 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B26 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0718 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FAE0EC;
--plum-200: #F6C6DB;
--plum-300: #EF9AC0;
--plum-400: #E7659F;
--plum-500: #E03884;
--plum-600: #C21E68;
--plum-700: #9A1853;
--plum-800: #6E113B;
--plum-900: #470B26;
--plum-950: #2C0718;
}