Plum
#F395C1
PinkColor Codes
All color formats for development
HEX
#F395C1RGB
rgb(243, 149, 193)HSL
hsl(332, 80%, 77%)OKLCH
oklch(0.779 0.124 350.8)CMYK
cmyk(0%, 39%, 21%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72AD
2#EB4F98
3#E72B83
4#D41870
5#B1145D
6#8D104A
7#6A0C38
8#470825
9#230413
Tints
Lighter variations
1#F4A0C7
2#F6ABCE
3#F7B5D4
4#F8C0DA
5#F9CAE0
6#FAD5E6
7#FBDFEC
8#FDEAF3
9#FEF4F9
Tones
Muted variations
1#EF9AC2
2#EA9FC2
3#E5A4C2
4#E1A8C2
5#DCADC3
6#D7B2C3
7#D2B6C3
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 #FBDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C1 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA1 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83086 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA166A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11254 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490827 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0518 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F7;
--plum-100: #FBDFEC;
--plum-200: #F8C3DC;
--plum-300: #F395C1;
--plum-400: #ED5EA1;
--plum-500: #E83086;
--plum-600: #CA166A;
--plum-700: #A11254;
--plum-800: #730D3C;
--plum-900: #490827;
--plum-950: #2E0518;
}