Plum
#F594CE
PinkColor Codes
All color formats for development
HEX
#F594CERGB
rgb(245, 148, 206)HSL
hsl(324, 83%, 77%)OKLCH
oklch(0.784 0.136 344)CMYK
cmyk(0%, 40%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270BE
2#EE4CAD
3#EB289D
4#D81489
5#B41172
6#900D5C
7#6C0A45
8#48072E
9#240317
Tints
Lighter variations
1#F69ED3
2#F7A9D8
3#F8B4DD
4#F9BFE2
5#FAC9E7
6#FBD4EB
7#FCDFF0
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#F099CD
2#EB9DCC
3#E6A2CB
4#E2A7CA
5#DDACC9
6#D8B1C8
7#D3B6C7
8#CEBBC6
9#C9BFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594CE | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CB5 | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D9F | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1383 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F68 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0730 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FCDEF0;
--plum-200: #F9C2E3;
--plum-300: #F594CE;
--plum-400: #F05CB5;
--plum-500: #EB2D9F;
--plum-600: #CD1383;
--plum-700: #A30F68;
--plum-800: #750B4A;
--plum-900: #4B0730;
--plum-950: #2F041E;
}