Plum
#EF9AB0
PinkColor Codes
All color formats for development
HEX
#EF9AB0RGB
rgb(239, 154, 176)HSL
hsl(344, 73%, 77%)OKLCH
oklch(0.777 0.105 3)CMYK
cmyk(0%, 36%, 26%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA7896
2#E5567C
3#DF3461
4#CC204E
5#AA1B41
6#881534
7#661027
8#440B1A
9#22050D
Tints
Lighter variations
1#F1A4B8
2#F2AEC0
3#F4B8C8
4#F5C2D0
5#F7CCD8
6#F9D6E0
7#FAE1E7
8#FCEBEF
9#FDF5F7
Tones
Muted variations
1#EB9EB2
2#E7A2B4
3#E2A6B6
4#DEABB8
5#DAAFBA
6#D5B3BC
7#D1B8BE
8#CDBCC0
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9AB0 | BordersInactive statesPlaceholder text |
| 400 | E765 #E76587 | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03865 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E4A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A183B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E112A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B1B | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0711 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F5;
--plum-100: #FAE0E7;
--plum-200: #F6C6D3;
--plum-300: #EF9AB0;
--plum-400: #E76587;
--plum-500: #E03865;
--plum-600: #C21E4A;
--plum-700: #9A183B;
--plum-800: #6E112A;
--plum-900: #470B1B;
--plum-950: #2C0711;
}