Plum
#F297CF
PinkColor Codes
All color formats for development
HEX
#F297CFRGB
rgb(242, 151, 207)HSL
hsl(323, 78%, 77%)OKLCH
oklch(0.786 0.129 342.9)CMYK
cmyk(0%, 38%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74BF
2#E951AF
3#E52E9F
4#D21A8B
5#AF1674
6#8C115D
7#690D46
8#46092E
9#230417
Tints
Lighter variations
1#F3A1D4
2#F5ABD9
3#F6B6DD
4#F7C0E2
5#F9CBE7
6#FAD5EC
7#FBE0F1
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EE9BCE
2#E9A0CD
3#E4A4CC
4#E0A9CB
5#DBADCA
6#D7B2C9
7#D2B7C8
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 #F8C4E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297CF | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B6 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81985 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1469 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490930 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF0;
--plum-200: #F8C4E4;
--plum-300: #F297CF;
--plum-400: #EB60B6;
--plum-500: #E633A1;
--plum-600: #C81985;
--plum-700: #9F1469;
--plum-800: #710E4B;
--plum-900: #490930;
--plum-950: #2D061E;
}