Plum
#F297CD
PinkColor Codes
All color formats for development
HEX
#F297CDRGB
rgb(242, 151, 205)HSL
hsl(324, 78%, 77%)OKLCH
oklch(0.785 0.127 344)CMYK
cmyk(0%, 38%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74BD
2#E951AC
3#E52E9C
4#D21A88
5#AF1671
6#8C115B
7#690D44
8#46092D
9#230417
Tints
Lighter variations
1#F3A1D2
2#F5ABD7
3#F6B6DC
4#F7C0E1
5#F9CBE6
6#FAD5EB
7#FBE0F0
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCD
2#E9A0CC
3#E4A4CB
4#E0A9CA
5#DBADC9
6#D7B2C8
7#D2B7C7
8#CDBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CD | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339E | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81982 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1467 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF0;
--plum-200: #F8C4E3;
--plum-300: #F297CD;
--plum-400: #EB60B4;
--plum-500: #E6339E;
--plum-600: #C81982;
--plum-700: #9F1467;
--plum-800: #710E4A;
--plum-900: #49092F;
--plum-950: #2D061D;
}