Plum
#F395C7
PinkColor Codes
All color formats for development
HEX
#F395C7RGB
rgb(243, 149, 199)HSL
hsl(328, 80%, 77%)OKLCH
oklch(0.781 0.128 347.3)CMYK
cmyk(0%, 39%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72B5
2#EB4FA2
3#E72B90
4#D4187C
5#B11467
6#8D1053
7#6A0C3E
8#470829
9#230415
Tints
Lighter variations
1#F4A0CD
2#F6ABD3
3#F7B5D8
4#F8C0DE
5#F9CAE3
6#FAD5E9
7#FBDFEE
8#FDEAF4
9#FEF4F9
Tones
Muted variations
1#EF9AC7
2#EA9FC7
3#E5A4C7
4#E1A8C6
5#DCADC6
6#D7B2C6
7#D2B6C5
8#CEBBC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C7 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83092 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1676 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEE;
--plum-200: #F8C3E0;
--plum-300: #F395C7;
--plum-400: #ED5EAB;
--plum-500: #E83092;
--plum-600: #CA1676;
--plum-700: #A1125E;
--plum-800: #730D43;
--plum-900: #49082B;
--plum-950: #2E051B;
}