Plum
#EF9ABC
PinkColor Codes
All color formats for development
HEX
#EF9ABCRGB
rgb(239, 154, 188)HSL
hsl(336, 73%, 77%)OKLCH
oklch(0.781 0.109 354.3)CMYK
cmyk(0%, 36%, 21%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78A5
2#E5568F
3#DF3478
4#CC2065
5#AA1B54
6#881543
7#661032
8#440B22
9#220511
Tints
Lighter variations
1#F1A4C3
2#F2AEC9
3#F4B8D0
4#F5C2D7
5#F7CCDD
6#F9D6E4
7#FAE1EB
8#FCEBF2
9#FDF5F8
Tones
Muted variations
1#EB9EBD
2#E7A2BD
3#E2A6BE
4#DEABBF
5#DAAFC0
6#D5B3C1
7#D1B8C2
8#CDBCC3
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABC | BordersInactive statesPlaceholder text |
| 400 | E765 #E76599 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E0387B | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E60 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A184C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1136 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B23 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0716 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FAE0EB;
--plum-200: #F6C6D9;
--plum-300: #EF9ABC;
--plum-400: #E76599;
--plum-500: #E0387B;
--plum-600: #C21E60;
--plum-700: #9A184C;
--plum-800: #6E1136;
--plum-900: #470B23;
--plum-950: #2C0716;
}