Plum
#F098D3
PinkColor Codes
All color formats for development
HEX
#F098D3RGB
rgb(240, 152, 211)HSL
hsl(320, 75%, 77%)OKLCH
oklch(0.787 0.128 340.1)CMYK
cmyk(0%, 37%, 12%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76C4
2#E754B6
3#E231A7
4#CE1D93
5#AC197B
6#891462
7#670F4A
8#450A31
9#220519
Tints
Lighter variations
1#F2A3D7
2#F3ADDC
3#F5B7E0
4#F6C1E5
5#F8CCE9
6#F9D6ED
7#FBE0F2
8#FCEAF6
9#FEF5FB
Tones
Muted variations
1#EC9DD2
2#E8A1D0
3#E3A6CF
4#DFAACD
5#DAAECC
6#D6B3CA
7#D2B7C9
8#CDBCC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098D3 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963BC | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236A9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C8C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701050 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A33 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0620 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FBE0F2;
--plum-200: #F7C5E6;
--plum-300: #F098D3;
--plum-400: #E963BC;
--plum-500: #E236A9;
--plum-600: #C41C8C;
--plum-700: #9C1670;
--plum-800: #701050;
--plum-900: #470A33;
--plum-950: #2D0620;
}