Plum
#F297BB
PinkColor Codes
All color formats for development
HEX
#F297BBRGB
rgb(242, 151, 187)HSL
hsl(336, 78%, 77%)OKLCH
oklch(0.779 0.117 354.9)CMYK
cmyk(0%, 38%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EE74A5
2#E9518E
3#E52E77
4#D21A63
5#AF1653
6#8C1142
7#690D32
8#460921
9#230411
Tints
Lighter variations
1#F3A1C2
2#F5ABC9
3#F6B6D0
4#F7C0D6
5#F9CBDD
6#FAD5E4
7#FBE0EB
8#FCEAF1
9#FEF5F8
Tones
Muted variations
1#EE9BBC
2#E9A0BD
3#E4A4BE
4#E0A9BF
5#DBADC0
6#D7B2C1
7#D2B7C2
8#CDBBC3
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F297 #F297BB | BordersInactive statesPlaceholder text |
| 400 | EB60 #EB6098 | Disabled statesSecondary iconsMuted text |
| 500 | E633 #E6337A | Primary brand colorCTAsActive elementsLinks |
| 600 | C819 #C8195F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9F14 #9F144B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 710E #710E36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0616 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F6;
--plum-100: #FBDFEA;
--plum-200: #F8C4D9;
--plum-300: #F297BB;
--plum-400: #EB6098;
--plum-500: #E6337A;
--plum-600: #C8195F;
--plum-700: #9F144B;
--plum-800: #710E36;
--plum-900: #490922;
--plum-950: #2D0616;
}