Plum
#F297E1
PinkColor Codes
All color formats for development
HEX
#F297E1RGB
rgb(242, 151, 225)HSL
hsl(311, 78%, 77%)OKLCH
oklch(0.792 0.142 333.9)CMYK
cmyk(0%, 38%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74D7
2#E951CD
3#E52EC4
4#D21AB0
5#AF1693
6#8C1175
7#690D58
8#46093B
9#23041D
Tints
Lighter variations
1#F3A1E4
2#F5ABE7
3#F6B6EA
4#F7C0ED
5#F9CBF0
6#FAD5F3
7#FBE0F6
8#FCEAF9
9#FEF5FC
Tones
Muted variations
1#EE9BDE
2#E9A0DC
3#E4A4D9
4#E0A9D6
5#DBADD3
6#D7B2D0
7#D2B7CD
8#CDBBCA
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4EE | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297E1 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60D2 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633C5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C819A8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1485 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49093D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FB;
--plum-100: #FBDFF6;
--plum-200: #F8C4EE;
--plum-300: #F297E1;
--plum-400: #EB60D2;
--plum-500: #E633C5;
--plum-600: #C819A8;
--plum-700: #9F1485;
--plum-800: #710E5F;
--plum-900: #49093D;
--plum-950: #2D0626;
}