Plum
#F594C3
PinkColor Codes
All color formats for development
HEX
#F594C3RGB
rgb(245, 148, 195)HSL
hsl(331, 83%, 77%)OKLCH
oklch(0.78 0.129 350)CMYK
cmyk(0%, 40%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270AF
2#EE4C9A
3#EB2886
4#D81473
5#B4115F
6#900D4C
7#6C0A39
8#480726
9#240313
Tints
Lighter variations
1#F69EC9
2#F7A9CF
3#F8B4D5
4#F9BFDB
5#FAC9E1
6#FBD4E7
7#FCDFED
8#FDEAF3
9#FEF4F9
Tones
Muted variations
1#F099C3
2#EB9DC3
3#E6A2C3
4#E2A7C3
5#DDACC4
6#D8B1C4
7#D3B6C4
8#CEBBC4
9#C9BFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594C3 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CA3 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D89 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD136D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F57 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0728 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0419 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F7;
--plum-100: #FCDEED;
--plum-200: #F9C2DD;
--plum-300: #F594C3;
--plum-400: #F05CA3;
--plum-500: #EB2D89;
--plum-600: #CD136D;
--plum-700: #A30F57;
--plum-800: #750B3E;
--plum-900: #4B0728;
--plum-950: #2F0419;
}