Plum
#F297C0
PinkColor Codes
All color formats for development
HEX
#F297C0RGB
rgb(242, 151, 192)HSL
hsl(333, 78%, 77%)OKLCH
oklch(0.781 0.119 351.7)CMYK
cmyk(0%, 38%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74AB
2#E95195
3#E52E80
4#D21A6D
5#AF165B
6#8C1148
7#690D36
8#460924
9#230412
Tints
Lighter variations
1#F3A1C6
2#F5ABCC
3#F6B6D3
4#F7C0D9
5#F9CBDF
6#FAD5E6
7#FBE0EC
8#FCEAF2
9#FEF5F9
Tones
Muted variations
1#EE9BC0
2#E9A0C1
3#E4A4C1
4#E0A9C2
5#DBADC2
6#D7B2C3
7#D2B7C3
8#CDBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C0 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609F | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63383 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81967 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1452 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490926 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFEC;
--plum-200: #F8C4DB;
--plum-300: #F297C0;
--plum-400: #EB609F;
--plum-500: #E63383;
--plum-600: #C81967;
--plum-700: #9F1452;
--plum-800: #710E3B;
--plum-900: #490926;
--plum-950: #2D0618;
}