Plum
#EF9AE8
PinkColor Codes
All color formats for development
HEX
#EF9AE8RGB
rgb(239, 154, 232)HSL
hsl(305, 73%, 77%)OKLCH
oklch(0.796 0.141 329.7)CMYK
cmyk(0%, 36%, 3%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78E0
2#E556D9
3#DF34D1
4#CC20BD
5#AA1B9E
6#88157E
7#66105F
8#440B3F
9#220520
Tints
Lighter variations
1#F1A4EA
2#F2AEED
3#F4B8EF
4#F5C2F1
5#F7CCF4
6#F9D6F6
7#FAE1F8
8#FCEBFA
9#FDF5FD
Tones
Muted variations
1#EB9EE4
2#E7A2E1
3#E2A6DD
4#DEABDA
5#DAAFD6
6#D5B3D3
7#D1B8CF
8#CDBCCB
9#C9C0C8
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AE8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E765DC | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E038D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21EB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1890 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1167 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B42 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0729 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FC;
--plum-100: #FAE0F8;
--plum-200: #F6C6F2;
--plum-300: #EF9AE8;
--plum-400: #E765DC;
--plum-500: #E038D2;
--plum-600: #C21EB4;
--plum-700: #9A1890;
--plum-800: #6E1167;
--plum-900: #470B42;
--plum-950: #2C0729;
}