Plum
#F395CE
PinkColor Codes
All color formats for development
HEX
#F395CERGB
rgb(243, 149, 206)HSL
hsl(324, 80%, 77%)OKLCH
oklch(0.783 0.132 343.5)CMYK
cmyk(0%, 39%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72BD
2#EB4FAD
3#E72B9C
4#D41889
5#B11472
6#8D105B
7#6A0C44
8#47082E
9#230417
Tints
Lighter variations
1#F4A0D3
2#F6ABD8
3#F7B5DD
4#F8C0E1
5#F9CAE6
6#FAD5EB
7#FBDFF0
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACD
2#EA9FCC
3#E5A4CB
4#E1A8CA
5#DCADC9
6#D7B2C8
7#D2B6C7
8#CEBBC6
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 #F8C3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CE | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EB4 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E8309F | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1682 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11268 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082F | 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: #F8C3E3;
--plum-300: #F395CE;
--plum-400: #ED5EB4;
--plum-500: #E8309F;
--plum-600: #CA1682;
--plum-700: #A11268;
--plum-800: #730D4A;
--plum-900: #49082F;
--plum-950: #2E051E;
}