Plum
#F395CC
PinkColor Codes
All color formats for development
HEX
#F395CCRGB
rgb(243, 149, 204)HSL
hsl(325, 80%, 77%)OKLCH
oklch(0.783 0.131 344.5)CMYK
cmyk(0%, 39%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72BB
2#EB4FAA
3#E72B99
4#D41886
5#B1146F
6#8D1059
7#6A0C43
8#47082D
9#230416
Tints
Lighter variations
1#F4A0D1
2#F6ABD6
3#F7B5DB
4#F8C0E1
5#F9CAE6
6#FAD5EB
7#FBDFF0
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACB
2#EA9FCB
3#E5A4CA
4#E1A8C9
5#DCADC8
6#D7B2C7
7#D2B6C7
8#CEBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CC | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB2 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309C | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167F | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11265 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082E | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFF0;
--plum-200: #F8C3E2;
--plum-300: #F395CC;
--plum-400: #ED5EB2;
--plum-500: #E8309C;
--plum-600: #CA167F;
--plum-700: #A11265;
--plum-800: #730D48;
--plum-900: #49082E;
--plum-950: #2E051D;
}