Plum
#F297D0
PinkColor Codes
All color formats for development
HEX
#F297D0RGB
rgb(242, 151, 208)HSL
hsl(322, 78%, 77%)OKLCH
oklch(0.786 0.129 342.3)CMYK
cmyk(0%, 38%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74C1
2#E951B1
3#E52EA2
4#D21A8E
5#AF1677
6#8C115F
7#690D47
8#46092F
9#230418
Tints
Lighter variations
1#F3A1D5
2#F5ABDA
3#F6B6DE
4#F7C0E3
5#F9CBE8
6#FAD5EC
7#FBE0F1
8#FCEAF6
9#FEF5FA
Tones
Muted variations
1#EE9BCF
2#E9A0CE
3#E4A4CD
4#E0A9CC
5#DBADCA
6#D7B2C9
7#D2B7C8
8#CDBBC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60B8 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633A4 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81988 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F146C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E4D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490931 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF1;
--plum-200: #F8C4E5;
--plum-300: #F297D1;
--plum-400: #EB60B8;
--plum-500: #E633A4;
--plum-600: #C81988;
--plum-700: #9F146C;
--plum-800: #710E4D;
--plum-900: #490931;
--plum-950: #2D061F;
}