Plum
#F098DA
PinkColor Codes
All color formats for development
HEX
#F098DARGB
rgb(240, 152, 218)HSL
hsl(315, 75%, 77%)OKLCH
oklch(0.789 0.133 336.5)CMYK
cmyk(0%, 37%, 9%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EB76CE
2#E754C2
3#E231B6
4#CE1DA2
5#AC1987
6#89146C
7#670F51
8#450A36
9#22051B
Tints
Lighter variations
1#F2A3DE
2#F3ADE2
3#F5B7E5
4#F6C1E9
5#F8CCED
6#F9D6F0
7#FBE0F4
8#FCEAF8
9#FEF5FB
Tones
Muted variations
1#EC9DD8
2#E8A1D6
3#E3A6D4
4#DFAAD2
5#DAAECF
6#D6B3CD
7#D2B7CB
8#CDBCC9
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F098 #F098DA | BordersInactive statesPlaceholder text |
| 400 | E963 #E963C7 | Disabled statesSecondary iconsMuted text |
| 500 | E236 #E236B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | C41C #C41C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9C16 #9C167B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7010 #701058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 470A #470A38 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FBE0F4;
--plum-200: #F7C5EA;
--plum-300: #F098DA;
--plum-400: #E963C7;
--plum-500: #E236B7;
--plum-600: #C41C9A;
--plum-700: #9C167B;
--plum-800: #701058;
--plum-900: #470A38;
--plum-950: #2D0623;
}