Plum
#EF9AB9
PinkColor Codes
All color formats for development
HEX
#EF9AB9RGB
rgb(239, 154, 185)HSL
hsl(338, 73%, 77%)OKLCH
oklch(0.78 0.108 356.4)CMYK
cmyk(0%, 36%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78A1
2#E5568A
3#DF3473
4#CC205F
5#AA1B4F
6#88153F
7#66102F
8#440B20
9#220510
Tints
Lighter variations
1#F1A4C0
2#F2AEC7
3#F4B8CE
4#F5C2D5
5#F7CCDC
6#F9D6E3
7#FAE1EA
8#FCEBF1
9#FDF5F8
Tones
Muted variations
1#EB9EBA
2#E7A2BB
3#E2A6BC
4#DEABBD
5#DAAFBF
6#D5B3C0
7#D1B8C1
8#CDBCC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB9 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76594 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03876 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1848 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1133 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B21 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0715 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FAE0EA;
--plum-200: #F6C6D7;
--plum-300: #EF9AB9;
--plum-400: #E76594;
--plum-500: #E03876;
--plum-600: #C21E5A;
--plum-700: #9A1848;
--plum-800: #6E1133;
--plum-900: #470B21;
--plum-950: #2C0715;
}