Plum
#F594CB
PinkColor Codes
All color formats for development
HEX
#F594CBRGB
rgb(245, 148, 203)HSL
hsl(326, 83%, 77%)OKLCH
oklch(0.783 0.134 345.6)CMYK
cmyk(0%, 40%, 17%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270B9
2#EE4CA8
3#EB2896
4#D81483
5#B4116D
6#900D57
7#6C0A41
8#48072C
9#240316
Tints
Lighter variations
1#F69ED0
2#F7A9D5
3#F8B4DA
4#F9BFE0
5#FAC9E5
6#FBD4EA
7#FCDFEF
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#F099CA
2#EB9DCA
3#E6A2C9
4#E2A7C8
5#DDACC8
6#D8B1C7
7#D3B6C6
8#CEBBC6
9#C9BFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594CB | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CB0 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D99 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD137D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F63 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B072D | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FCDEEF;
--plum-200: #F9C2E2;
--plum-300: #F594CB;
--plum-400: #F05CB0;
--plum-500: #EB2D99;
--plum-600: #CD137D;
--plum-700: #A30F63;
--plum-800: #750B47;
--plum-900: #4B072D;
--plum-950: #2F041C;
}