Plum
#F098CC
PinkColor Codes
All color formats for development
HEX
#F098CCRGB
rgb(240, 152, 204)HSL
hsl(325, 75%, 77%)OKLCH
oklch(0.784 0.123 344)CMYK
cmyk(0%, 37%, 15%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76BB
2#E754A9
3#E23198
4#CE1D85
5#AC196E
6#891458
7#670F42
8#450A2C
9#220516
Tints
Lighter variations
1#F2A3D1
2#F3ADD6
3#F5B7DB
4#F6C1E0
5#F8CCE5
6#F9D6EA
7#FBE0F0
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EC9DCB
2#E8A1CA
3#E3A6C9
4#DFAAC9
5#DAAEC8
6#D6B3C7
7#D2B7C7
8#CDBCC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098CC | BordersInactive statesPlaceholder text |
| 400 | E963 #E963B1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E2369B | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1664 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701048 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FBE0EF;
--plum-200: #F7C5E2;
--plum-300: #F098CC;
--plum-400: #E963B1;
--plum-500: #E2369B;
--plum-600: #C41C7E;
--plum-700: #9C1664;
--plum-800: #701048;
--plum-900: #470A2E;
--plum-950: #2D061D;
}