Plum
#F297DB
PinkColor Codes
All color formats for development
HEX
#F297DBRGB
rgb(242, 151, 219)HSL
hsl(315, 78%, 77%)OKLCH
oklch(0.79 0.138 336.7)CMYK
cmyk(0%, 38%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74CF
2#E951C3
3#E52EB7
4#D21AA4
5#AF1688
6#8C116D
7#690D52
8#460937
9#23041B
Tints
Lighter variations
1#F3A1DF
2#F5ABE2
3#F6B6E6
4#F7C0EA
5#F9CBED
6#FAD5F1
7#FBE0F4
8#FCEAF8
9#FEF5FB
Tones
Muted variations
1#EE9BD9
2#E9A0D7
3#E4A4D4
4#E0A9D2
5#DBADD0
6#D7B2CD
7#D2B7CB
8#CDBBC9
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297DB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C9 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8199C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F147C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490939 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF4;
--plum-200: #F8C4EB;
--plum-300: #F297DB;
--plum-400: #EB60C9;
--plum-500: #E633B9;
--plum-600: #C8199C;
--plum-700: #9F147C;
--plum-800: #710E59;
--plum-900: #490939;
--plum-950: #2D0623;
}