Plum
#F395C6
PinkColor Codes
All color formats for development
HEX
#F395C6RGB
rgb(243, 149, 198)HSL
hsl(329, 80%, 77%)OKLCH
oklch(0.781 0.127 347.9)CMYK
cmyk(0%, 39%, 19%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72B3
2#EB4FA0
3#E72B8D
4#D41879
5#B11465
6#8D1051
7#6A0C3C
8#470828
9#230414
Tints
Lighter variations
1#F4A0CC
2#F6ABD1
3#F7B5D7
4#F8C0DD
5#F9CAE2
6#FAD5E8
7#FBDFEE
8#FDEAF4
9#FEF4F9
Tones
Muted variations
1#EF9AC6
2#EA9FC6
3#E5A4C5
4#E1A8C5
5#DCADC5
6#D7B2C5
7#D2B6C5
8#CEBBC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395C6 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EA8 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8308F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1673 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1125C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEE;
--plum-200: #F8C3DF;
--plum-300: #F395C6;
--plum-400: #ED5EA8;
--plum-500: #E8308F;
--plum-600: #CA1673;
--plum-700: #A1125C;
--plum-800: #730D41;
--plum-900: #49082A;
--plum-950: #2E051A;
}