Plum
#F297DE
PinkColor Codes
All color formats for development
HEX
#F297DERGB
rgb(242, 151, 222)HSL
hsl(313, 78%, 77%)OKLCH
oklch(0.791 0.14 335.3)CMYK
cmyk(0%, 38%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74D3
2#E951C8
3#E52EBD
4#D21AAA
5#AF168E
6#8C1171
7#690D55
8#460939
9#23041C
Tints
Lighter variations
1#F3A1E2
2#F5ABE5
3#F6B6E8
4#F7C0EB
5#F9CBEF
6#FAD5F2
7#FBE0F5
8#FCEAF8
9#FEF5FC
Tones
Muted variations
1#EE9BDC
2#E9A0D9
3#E4A4D6
4#E0A9D4
5#DBADD1
6#D7B2CF
7#D2B7CC
8#CDBBCA
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60CD | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633BF | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1481 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FB;
--plum-100: #FBDFF5;
--plum-200: #F8C4ED;
--plum-300: #F297DE;
--plum-400: #EB60CD;
--plum-500: #E633BF;
--plum-600: #C819A2;
--plum-700: #9F1481;
--plum-800: #710E5C;
--plum-900: #49093B;
--plum-950: #2D0625;
}