Plum
#F098C0
PinkColor Codes
All color formats for development
HEX
#F098C0RGB
rgb(240, 152, 192)HSL
hsl(333, 75%, 77%)OKLCH
oklch(0.78 0.116 351.3)CMYK
cmyk(0%, 37%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76AB
2#E75496
3#E23181
4#CE1D6D
5#AC195B
6#891449
7#670F36
8#450A24
9#220512
Tints
Lighter variations
1#F2A3C6
2#F3ADCD
3#F5B7D3
4#F6C1D9
5#F8CCDF
6#F9D6E6
7#FBE0EC
8#FCEAF2
9#FEF5F9
Tones
Muted variations
1#EC9DC0
2#E8A1C1
3#E3A6C1
4#DFAAC2
5#DAAEC2
6#D6B3C3
7#D2B7C3
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 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C0 | BordersInactive statesPlaceholder text |
| 400 | E963 #E9639F | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23684 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1653 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103B | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FBE0EC;
--plum-200: #F7C5DB;
--plum-300: #F098C0;
--plum-400: #E9639F;
--plum-500: #E23684;
--plum-600: #C41C68;
--plum-700: #9C1653;
--plum-800: #70103B;
--plum-900: #470A26;
--plum-950: #2D0618;
}