Plum
#F395C3
PinkColor Codes
All color formats for development
HEX
#F395C3RGB
rgb(243, 149, 195)HSL
hsl(331, 80%, 77%)OKLCH
oklch(0.78 0.125 349.6)CMYK
cmyk(0%, 39%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72AF
2#EB4F9A
3#E72B86
4#D41873
5#B11460
6#8D104C
7#6A0C39
8#470826
9#230413
Tints
Lighter variations
1#F4A0C9
2#F6ABCF
3#F7B5D5
4#F8C0DB
5#F9CAE1
6#FAD5E7
7#FBDFED
8#FDEAF3
9#FEF4F9
Tones
Muted variations
1#EF9AC3
2#EA9FC3
3#E5A4C3
4#E1A8C3
5#DCADC4
6#D7B2C4
7#D2B6C4
8#CEBBC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DD | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C3 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA3 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83089 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11257 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490828 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0519 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFED;
--plum-200: #F8C3DD;
--plum-300: #F395C3;
--plum-400: #ED5EA3;
--plum-500: #E83089;
--plum-600: #CA166D;
--plum-700: #A11257;
--plum-800: #730D3E;
--plum-900: #490828;
--plum-950: #2E0519;
}