Plum
#F297B7
PinkColor Codes
All color formats for development
HEX
#F297B7RGB
rgb(242, 151, 183)HSL
hsl(339, 78%, 77%)OKLCH
oklch(0.778 0.115 357.5)CMYK
cmyk(0%, 38%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE749E
2#E95186
3#E52E6E
4#D21A5A
5#AF164B
6#8C113C
7#690D2D
8#46091E
9#23040F
Tints
Lighter variations
1#F3A1BE
2#F5ABC5
3#F6B6CC
4#F7C0D4
5#F9CBDB
6#FAD5E2
7#FBE0E9
8#FCEAF1
9#FEF5F8
Tones
Muted variations
1#EE9BB8
2#E9A0B9
3#E4A4BB
4#E0A9BC
5#DBADBD
6#D7B2BF
7#D2B7C0
8#CDBBC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297B7 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6091 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63371 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81956 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1444 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091F | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F6;
--plum-100: #FBDFE9;
--plum-200: #F8C4D6;
--plum-300: #F297B7;
--plum-400: #EB6091;
--plum-500: #E63371;
--plum-600: #C81956;
--plum-700: #9F1444;
--plum-800: #710E31;
--plum-900: #49091F;
--plum-950: #2D0614;
}