Plum
#EF9ADA
PinkColor Codes
All color formats for development
HEX
#EF9ADARGB
rgb(239, 154, 218)HSL
hsl(315, 73%, 77%)OKLCH
oklch(0.791 0.129 336.3)CMYK
cmyk(0%, 36%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78CD
2#E556C1
3#DF34B4
4#CC20A1
5#AA1B86
6#88156B
7#661050
8#440B36
9#22051B
Tints
Lighter variations
1#F1A4DD
2#F2AEE1
3#F4B8E5
4#F5C2E9
5#F7CCEC
6#F9D6F0
7#FAE1F4
8#FCEBF8
9#FDF5FB
Tones
Muted variations
1#EB9ED8
2#E7A2D5
3#E2A6D3
4#DEABD1
5#DAAFCF
6#D5B3CD
7#D1B8CB
8#CDBCC9
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ADA | BordersInactive statesPlaceholder text |
| 400 | E765 #E765C6 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A187A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B38 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0723 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FAE0F4;
--plum-200: #F6C6EA;
--plum-300: #EF9ADA;
--plum-400: #E765C6;
--plum-500: #E038B6;
--plum-600: #C21E99;
--plum-700: #9A187A;
--plum-800: #6E1157;
--plum-900: #470B38;
--plum-950: #2C0723;
}