Plum
#F395DA
PinkColor Codes
All color formats for development
HEX
#F395DARGB
rgb(243, 149, 218)HSL
hsl(316, 80%, 77%)OKLCH
oklch(0.788 0.141 337.4)CMYK
cmyk(0%, 39%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72CE
2#EB4FC2
3#E72BB5
4#D418A2
5#B11487
6#8D106C
7#6A0C51
8#470836
9#23041B
Tints
Lighter variations
1#F4A0DE
2#F6ABE2
3#F7B5E5
4#F8C0E9
5#F9CAED
6#FAD5F0
7#FBDFF4
8#FDEAF8
9#FEF4FB
Tones
Muted variations
1#EF9AD8
2#EA9FD6
3#E5A4D4
4#E1A8D1
5#DCADCF
6#D7B2CD
7#D2B6CB
8#CEBBC9
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DA | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC7 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D58 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490838 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0523 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF4;
--plum-200: #F8C3EA;
--plum-300: #F395DA;
--plum-400: #ED5EC7;
--plum-500: #E830B7;
--plum-600: #CA169A;
--plum-700: #A1127B;
--plum-800: #730D58;
--plum-900: #490838;
--plum-950: #2E0523;
}