Plum
#EF9AB8
PinkColor Codes
All color formats for development
HEX
#EF9AB8RGB
rgb(239, 154, 184)HSL
hsl(339, 73%, 77%)OKLCH
oklch(0.78 0.108 357.1)CMYK
cmyk(0%, 36%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78A0
2#E55688
3#DF3470
4#CC205C
5#AA1B4D
6#88153D
7#66102E
8#440B1F
9#22050F
Tints
Lighter variations
1#F1A4BF
2#F2AEC6
3#F4B8CD
4#F5C2D4
5#F7CCDB
6#F9D6E2
7#FAE1EA
8#FCEBF1
9#FDF5F8
Tones
Muted variations
1#EB9EB9
2#E7A2BA
3#E2A6BB
4#DEABBD
5#DAAFBE
6#D5B3BF
7#D1B8C0
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 #FAE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB8 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76592 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03873 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E58 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1846 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E1132 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B20 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0714 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FAE0E9;
--plum-200: #F6C6D7;
--plum-300: #EF9AB8;
--plum-400: #E76592;
--plum-500: #E03873;
--plum-600: #C21E58;
--plum-700: #9A1846;
--plum-800: #6E1132;
--plum-900: #470B20;
--plum-950: #2C0714;
}