Plum
#F297CA
PinkColor Codes
All color formats for development
HEX
#F297CARGB
rgb(242, 151, 202)HSL
hsl(326, 78%, 77%)OKLCH
oklch(0.784 0.125 345.7)CMYK
cmyk(0%, 38%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74B9
2#E951A7
3#E52E96
4#D21A82
5#AF166C
6#8C1157
7#690D41
8#46092B
9#230416
Tints
Lighter variations
1#F3A1D0
2#F5ABD5
3#F6B6DA
4#F7C0DF
5#F9CBE5
6#FAD5EA
7#FBE0EF
8#FCEAF4
9#FEF5FA
Tones
Muted variations
1#EE9BCA
2#E9A0C9
3#E4A4C9
4#E0A9C8
5#DBADC7
6#D7B2C7
7#D2B7C6
8#CDBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CA | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60AF | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63398 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1463 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEF;
--plum-200: #F8C4E1;
--plum-300: #F297CA;
--plum-400: #EB60AF;
--plum-500: #E63398;
--plum-600: #C8197C;
--plum-700: #9F1463;
--plum-800: #710E46;
--plum-900: #49092D;
--plum-950: #2D061C;
}