Plum
#F395DC
PinkColor Codes
All color formats for development
HEX
#F395DCRGB
rgb(243, 149, 220)HSL
hsl(315, 80%, 77%)OKLCH
oklch(0.788 0.143 336.5)CMYK
cmyk(0%, 39%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72D0
2#EB4FC4
3#E72BB8
4#D418A5
5#B11489
6#8D106E
7#6A0C52
8#470837
9#23041B
Tints
Lighter variations
1#F4A0DF
2#F6ABE3
3#F7B5E6
4#F8C0EA
5#F9CAED
6#FAD5F1
7#FBDFF4
8#FDEAF8
9#FEF4FB
Tones
Muted variations
1#EF9AD9
2#EA9FD7
3#E5A4D5
4#E1A8D2
5#DCADD0
6#D7B2CE
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 #F8C3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC9 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830BA | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA169D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1127D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490839 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF4;
--plum-200: #F8C3EB;
--plum-300: #F395DC;
--plum-400: #ED5EC9;
--plum-500: #E830BA;
--plum-600: #CA169D;
--plum-700: #A1127D;
--plum-800: #730D59;
--plum-900: #490839;
--plum-950: #2E0524;
}