Plum
#F297BE
PinkColor Codes
All color formats for development
HEX
#F297BERGB
rgb(242, 151, 190)HSL
hsl(334, 78%, 77%)OKLCH
oklch(0.78 0.118 352.9)CMYK
cmyk(0%, 38%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74A9
2#E95193
3#E52E7D
4#D21A6A
5#AF1658
6#8C1146
7#690D35
8#460923
9#230412
Tints
Lighter variations
1#F3A1C5
2#F5ABCB
3#F6B6D2
4#F7C0D8
5#F9CBDF
6#FAD5E5
7#FBE0EC
8#FCEAF2
9#FEF5F9
Tones
Muted variations
1#EE9BBF
2#E9A0BF
3#E4A4C0
4#E0A9C1
5#DBADC1
6#D7B2C2
7#D2B7C3
8#CDBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEB | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4DA | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BE | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB609C | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E63380 | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C81965 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F1450 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E39 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490925 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0617 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFEB;
--plum-200: #F8C4DA;
--plum-300: #F297BE;
--plum-400: #EB609C;
--plum-500: #E63380;
--plum-600: #C81965;
--plum-700: #9F1450;
--plum-800: #710E39;
--plum-900: #490925;
--plum-950: #2D0617;
}