Plum
#F395CF
PinkColor Codes
All color formats for development
HEX
#F395CFRGB
rgb(243, 149, 207)HSL
hsl(323, 80%, 77%)OKLCH
oklch(0.784 0.133 342.9)CMYK
cmyk(0%, 39%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72BF
2#EB4FAF
3#E72B9F
4#D4188C
5#B11475
6#8D105D
7#6A0C46
8#47082F
9#230417
Tints
Lighter variations
1#F4A0D4
2#F6ABD9
3#F7B5DE
4#F8C0E2
5#F9CAE7
6#FAD5EC
7#FBDFF1
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACE
2#EA9FCD
3#E5A4CC
4#E1A8CB
5#DCADCA
6#D7B2C9
7#D2B6C8
8#CEBBC7
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB6 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1685 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490830 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF0;
--plum-200: #F8C3E4;
--plum-300: #F395CF;
--plum-400: #ED5EB6;
--plum-500: #E830A2;
--plum-600: #CA1685;
--plum-700: #A1126A;
--plum-800: #730D4C;
--plum-900: #490830;
--plum-950: #2E051E;
}