Plum
#F297CC
PinkColor Codes
All color formats for development
HEX
#F297CCRGB
rgb(242, 151, 204)HSL
hsl(325, 78%, 77%)OKLCH
oklch(0.785 0.127 344.5)CMYK
cmyk(0%, 38%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74BB
2#E951AA
3#E52E99
4#D21A85
5#AF166F
6#8C1159
7#690D43
8#46092C
9#230416
Tints
Lighter variations
1#F3A1D1
2#F5ABD6
3#F6B6DB
4#F7C0E0
5#F9CBE5
6#FAD5EB
7#FBE0F0
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCB
2#E9A0CA
3#E4A4CA
4#E0A9C9
5#DBADC8
6#D7B2C7
7#D2B7C7
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 #F8C4E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CC | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6339B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8197F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1465 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49092E | 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: #FDF1F8;
--plum-100: #FBDFEF;
--plum-200: #F8C4E2;
--plum-300: #F297CC;
--plum-400: #EB60B1;
--plum-500: #E6339B;
--plum-600: #C8197F;
--plum-700: #9F1465;
--plum-800: #710E48;
--plum-900: #49092E;
--plum-950: #2D061D;
}