Plum
#F297C3
PinkColor Codes
All color formats for development
HEX
#F297C3RGB
rgb(242, 151, 195)HSL
hsl(331, 78%, 77%)OKLCH
oklch(0.782 0.121 349.8)CMYK
cmyk(0%, 38%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74AF
2#E9519B
3#E52E86
4#D21A73
5#AF1660
6#8C114C
7#690D39
8#460926
9#230413
Tints
Lighter variations
1#F3A1C9
2#F5ABCF
3#F6B6D5
4#F7C0DB
5#F9CBE1
6#FAD5E7
7#FBE0ED
8#FCEAF3
9#FEF5F9
Tones
Muted variations
1#EE9BC3
2#E9A0C3
3#E4A4C3
4#E0A9C3
5#DBADC4
6#D7B2C4
7#D2B7C4
8#CDBBC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C3 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A3 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63389 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8196D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1457 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490928 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0619 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFED;
--plum-200: #F8C4DD;
--plum-300: #F297C3;
--plum-400: #EB60A3;
--plum-500: #E63389;
--plum-600: #C8196D;
--plum-700: #9F1457;
--plum-800: #710E3E;
--plum-900: #490928;
--plum-950: #2D0619;
}