Plum
#F594D1
PinkColor Codes
All color formats for development
HEX
#F594D1RGB
rgb(245, 148, 209)HSL
hsl(322, 83%, 77%)OKLCH
oklch(0.785 0.138 342.4)CMYK
cmyk(0%, 40%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270C2
2#EE4CB3
3#EB28A3
4#D81490
5#B41178
6#900D60
7#6C0A48
8#480730
9#240318
Tints
Lighter variations
1#F69ED6
2#F7A9DA
3#F8B4DF
4#F9BFE4
5#FAC9E8
6#FBD4ED
7#FCDFF1
8#FDEAF6
9#FEF4FA
Tones
Muted variations
1#F099D0
2#EB9DCF
3#E6A2CD
4#E2A7CC
5#DDACCB
6#D8B1CA
7#D3B6C8
8#CEBBC7
9#C9BFC6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDE #FCDEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C2 #F9C2E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594D1 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CBA | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2DA6 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD1389 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F6D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B0732 | Primary textHigh emphasis contentDark headings |
| 950 | 2F04 #2F041F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FCDEF1;
--plum-200: #F9C2E5;
--plum-300: #F594D1;
--plum-400: #F05CBA;
--plum-500: #EB2DA6;
--plum-600: #CD1389;
--plum-700: #A30F6D;
--plum-800: #750B4E;
--plum-900: #4B0732;
--plum-950: #2F041F;
}