Plum
#F594D9
PinkColor Codes
All color formats for development
HEX
#F594D9RGB
rgb(245, 148, 217)HSL
hsl(317, 83%, 77%)OKLCH
oklch(0.788 0.144 338.5)CMYK
cmyk(0%, 40%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270CD
2#EE4CC0
3#EB28B4
4#D814A0
5#B41185
6#900D6B
7#6C0A50
8#480735
9#24031B
Tints
Lighter variations
1#F69EDD
2#F7A9E1
3#F8B4E5
4#F9BFE8
5#FAC9EC
6#FBD4F0
7#FCDFF4
8#FDEAF7
9#FEF4FB
Tones
Muted variations
1#F099D7
2#EB9DD5
3#E6A2D3
4#E2A7D1
5#DDACCF
6#D8B1CD
7#D3B6CB
8#CEBBC9
9#C9BFC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D9 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CC6 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0737 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F0423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1FA;
--plum-100: #FCDEF4;
--plum-200: #F9C2EA;
--plum-300: #F594D9;
--plum-400: #F05CC6;
--plum-500: #EB2DB6;
--plum-600: #CD1399;
--plum-700: #A30F79;
--plum-800: #750B57;
--plum-900: #4B0737;
--plum-950: #2F0423;
}