Plum
#EF9ABF
PinkColor Codes
All color formats for development
HEX
#EF9ABFRGB
rgb(239, 154, 191)HSL
hsl(334, 73%, 77%)OKLCH
oklch(0.782 0.111 352.3)CMYK
cmyk(0%, 36%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EA78A9
2#E55694
3#DF347E
4#CC206A
5#AA1B59
6#881547
7#661035
8#440B23
9#220512
Tints
Lighter variations
1#F1A4C5
2#F2AECC
3#F4B8D2
4#F5C2D8
5#F7CCDF
6#F9D6E5
7#FAE1EC
8#FCEBF2
9#FDF5F9
Tones
Muted variations
1#EB9EBF
2#E7A2C0
3#E2A6C0
4#DEABC1
5#DAAFC1
6#D5B3C2
7#D1B8C3
8#CDBCC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FAE0 #FAE0EB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F6C6 #F6C6DB | Secondary backgroundsInput backgroundsDividers |
| 300 | EF9A #EF9ABF | BordersInactive statesPlaceholder text |
| 400 | E765 #E7659D | Disabled statesSecondary iconsMuted text |
| 500 | E038 #E03881 | Primary brand colorCTAsActive elementsLinks |
| 600 | C21E #C21E65 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9A18 #9A1851 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 6E11 #6E113A | Text on light backgroundsHeadingsStrong borders |
| 900 | 470B #470B25 | Primary textHigh emphasis contentDark headings |
| 950 | 2C07 #2C0717 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FAE0EB;
--plum-200: #F6C6DB;
--plum-300: #EF9ABF;
--plum-400: #E7659D;
--plum-500: #E03881;
--plum-600: #C21E65;
--plum-700: #9A1851;
--plum-800: #6E113A;
--plum-900: #470B25;
--plum-950: #2C0717;
}