Plum
#F395D6
PinkColor Codes
All color formats for development
HEX
#F395D6RGB
rgb(243, 149, 214)HSL
hsl(319, 80%, 77%)OKLCH
oklch(0.786 0.138 339.3)CMYK
cmyk(0%, 39%, 12%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72C8
2#EB4FBA
3#E72BAC
4#D41898
5#B1147F
6#8D1066
7#6A0C4C
8#470833
9#230419
Tints
Lighter variations
1#F4A0DA
2#F6ABDE
3#F7B5E2
4#F8C0E6
5#F9CAEA
6#FAD5EE
7#FBDFF3
8#FDEAF7
9#FEF4FB
Tones
Muted variations
1#EF9AD4
2#EA9FD2
3#E5A4D0
4#E1A8CF
5#DCADCD
6#D7B2CB
7#D2B6CA
8#CEBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC0 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AE | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490835 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0521 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF2;
--plum-200: #F8C3E8;
--plum-300: #F395D6;
--plum-400: #ED5EC0;
--plum-500: #E830AE;
--plum-600: #CA1691;
--plum-700: #A11273;
--plum-800: #730D52;
--plum-900: #490835;
--plum-950: #2E0521;
}