Plum
#F297D8
PinkColor Codes
All color formats for development
HEX
#F297D8RGB
rgb(242, 151, 216)HSL
hsl(317, 78%, 77%)OKLCH
oklch(0.789 0.135 338.2)CMYK
cmyk(0%, 38%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74CB
2#E951BE
3#E52EB1
4#D21A9E
5#AF1683
6#8C1169
7#690D4F
8#460935
9#23041A
Tints
Lighter variations
1#F3A1DC
2#F5ABE0
3#F6B6E4
4#F7C0E8
5#F9CBEC
6#FAD5EF
7#FBE0F3
8#FCEAF7
9#FEF5FB
Tones
Muted variations
1#EE9BD6
2#E9A0D4
3#E4A4D2
4#E0A9D0
5#DBADCE
6#D7B2CC
7#D2B7CA
8#CDBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297D8 | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB60C4 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E633B3 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81996 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1477 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490937 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF3;
--plum-200: #F8C4E9;
--plum-300: #F297D8;
--plum-400: #EB60C4;
--plum-500: #E633B3;
--plum-600: #C81996;
--plum-700: #9F1477;
--plum-800: #710E55;
--plum-900: #490937;
--plum-950: #2D0622;
}