Plum
#F098C3
PinkColor Codes
All color formats for development
HEX
#F098C3RGB
rgb(240, 152, 195)HSL
hsl(331, 75%, 77%)OKLCH
oklch(0.781 0.117 349.4)CMYK
cmyk(0%, 37%, 19%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76AF
2#E7549B
3#E23187
4#CE1D73
5#AC1960
6#89144D
7#670F39
8#450A26
9#220513
Tints
Lighter variations
1#F2A3C9
2#F3ADCF
3#F5B7D5
4#F6C1DB
5#F8CCE1
6#F9D6E7
7#FBE0ED
8#FCEAF3
9#FEF5F9
Tones
Muted variations
1#EC9DC3
2#E8A1C3
3#E3A6C3
4#DFAAC3
5#DAAEC4
6#D6B3C4
7#D2B7C4
8#CDBCC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0ED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C3 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A4 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23689 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C6D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1657 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103E | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A28 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0619 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FBE0ED;
--plum-200: #F7C5DD;
--plum-300: #F098C3;
--plum-400: #E963A4;
--plum-500: #E23689;
--plum-600: #C41C6D;
--plum-700: #9C1657;
--plum-800: #70103E;
--plum-900: #470A28;
--plum-950: #2D0619;
}