Plum
#F098C1
PinkColor Codes
All color formats for development
HEX
#F098C1RGB
rgb(240, 152, 193)HSL
hsl(332, 75%, 77%)OKLCH
oklch(0.78 0.116 350.7)CMYK
cmyk(0%, 37%, 20%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76AD
2#E75498
3#E23184
4#CE1D70
5#AC195D
6#89144B
7#670F38
8#450A25
9#220513
Tints
Lighter variations
1#F2A3C8
2#F3ADCE
3#F5B7D4
4#F6C1DA
5#F8CCE0
6#F9D6E6
7#FBE0ED
8#FCEAF3
9#FEF5F9
Tones
Muted variations
1#EC9DC2
2#E8A1C2
3#E3A6C2
4#DFAAC3
5#DAAEC3
6#D6B3C3
7#D2B7C3
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 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098C1 | BordersInactive statesPlaceholder text |
| 400 | E963 #E963A1 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23687 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C6B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1655 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #70103D | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A27 | 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: #F7C5DC;
--plum-300: #F098C1;
--plum-400: #E963A1;
--plum-500: #E23687;
--plum-600: #C41C6B;
--plum-700: #9C1655;
--plum-800: #70103D;
--plum-900: #470A27;
--plum-950: #2D0618;
}