Plum
#F098B9
PinkColor Codes
All color formats for development
HEX
#F098B9RGB
rgb(240, 152, 185)HSL
hsl(338, 75%, 77%)OKLCH
oklch(0.778 0.112 356)CMYK
cmyk(0%, 37%, 23%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76A1
2#E75489
3#E23172
4#CE1D5E
5#AC194F
6#89143F
7#670F2F
8#450A1F
9#220510
Tints
Lighter variations
1#F2A3C0
2#F3ADC7
3#F5B7CE
4#F6C1D5
5#F8CCDC
6#F9D6E3
7#FBE0EA
8#FCEAF1
9#FEF5F8
Tones
Muted variations
1#EC9DBA
2#E8A1BB
3#E3A6BC
4#DFAABD
5#DAAEBE
6#D6B3C0
7#D2B7C1
8#CDBCC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098B9 | BordersInactive statesPlaceholder text |
| 400 | E963 #E96394 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E23675 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C5A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C1647 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701033 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A21 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FBE0EA;
--plum-200: #F7C5D7;
--plum-300: #F098B9;
--plum-400: #E96394;
--plum-500: #E23675;
--plum-600: #C41C5A;
--plum-700: #9C1647;
--plum-800: #701033;
--plum-900: #470A21;
--plum-950: #2D0614;
}