Plum
#F297C1
PinkColor Codes
All color formats for development
HEX
#F297C1RGB
rgb(242, 151, 193)HSL
hsl(332, 78%, 77%)OKLCH
oklch(0.781 0.12 351.1)CMYK
cmyk(0%, 38%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74AD
2#E95198
3#E52E83
4#D21A70
5#AF165D
6#8C114A
7#690D38
8#460925
9#230413
Tints
Lighter variations
1#F3A1C7
2#F5ABCE
3#F6B6D4
4#F7C0DA
5#F9CBE0
6#FAD5E6
7#FBE0EC
8#FCEAF3
9#FEF5F9
Tones
Muted variations
1#EE9BC2
2#E9A0C2
3#E4A4C2
4#E0A9C3
5#DBADC3
6#D7B2C3
7#D2B7C3
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 #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297C1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60A1 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63386 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8196A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1455 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490927 | 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: #F8C4DC;
--plum-300: #F297C1;
--plum-400: #EB60A1;
--plum-500: #E63386;
--plum-600: #C8196A;
--plum-700: #9F1455;
--plum-800: #710E3C;
--plum-900: #490927;
--plum-950: #2D0618;
}