Plum
#F594C9
PinkColor Codes
All color formats for development
HEX
#F594C9RGB
rgb(245, 148, 201)HSL
hsl(327, 83%, 77%)OKLCH
oklch(0.782 0.132 346.7)CMYK
cmyk(0%, 40%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F270B7
2#EE4CA5
3#EB2893
4#D81480
5#B4116A
6#900D55
7#6C0A40
8#48072B
9#240315
Tints
Lighter variations
1#F69ECF
2#F7A9D4
3#F8B4D9
4#F9BFDF
5#FAC9E4
6#FBD4E9
7#FCDFEF
8#FDEAF4
9#FEF4FA
Tones
Muted variations
1#F099C9
2#EB9DC8
3#E6A2C8
4#E2A7C7
5#DDACC7
6#D8B1C6
7#D3B6C6
8#CEBBC5
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 #F9C2E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F594 #F594C9 | BordersInactive statesPlaceholder text |
| 400 | F05C #F05CAD | Disabled statesSecondary iconsMuted text |
| 500 | EB2D #EB2D96 | Primary brand colorCTAsActive elementsLinks |
| 600 | CD13 #CD137A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A30F #A30F61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 750B #750B45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4B07 #4B072C | 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: #F9C2E1;
--plum-300: #F594C9;
--plum-400: #F05CAD;
--plum-500: #EB2D96;
--plum-600: #CD137A;
--plum-700: #A30F61;
--plum-800: #750B45;
--plum-900: #4B072C;
--plum-950: #2F041C;
}