Plum
#F297B4
PinkColor Codes
All color formats for development
HEX
#F297B4RGB
rgb(242, 151, 180)HSL
hsl(341, 78%, 77%)OKLCH
oklch(0.777 0.114 359.5)CMYK
cmyk(0%, 38%, 26%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE749A
2#E95181
3#E52E68
4#D21A54
5#AF1646
6#8C1138
7#690D2A
8#46091C
9#23040E
Tints
Lighter variations
1#F3A1BB
2#F5ABC3
3#F6B6CA
4#F7C0D2
5#F9CBD9
6#FAD5E1
7#FBE0E8
8#FCEAF0
9#FEF5F7
Tones
Muted variations
1#EE9BB5
2#E9A0B7
3#E4A4B9
4#E0A9BA
5#DBADBC
6#D7B2BE
7#D2B7BF
8#CDBBC1
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B4 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB608C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6336B | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81950 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1440 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F5;
--plum-100: #FBDFE8;
--plum-200: #F8C4D4;
--plum-300: #F297B4;
--plum-400: #EB608C;
--plum-500: #E6336B;
--plum-600: #C81950;
--plum-700: #9F1440;
--plum-800: #710E2E;
--plum-900: #49091D;
--plum-950: #2D0612;
}