Plum
#F395DF
PinkColor Codes
All color formats for development
HEX
#F395DFRGB
rgb(243, 149, 223)HSL
hsl(313, 80%, 77%)OKLCH
oklch(0.79 0.145 335.1)CMYK
cmyk(0%, 39%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72D4
2#EB4FC9
3#E72BBF
4#D418AB
5#B1148F
6#8D1072
7#6A0C56
8#470839
9#23041D
Tints
Lighter variations
1#F4A0E2
2#F6ABE5
3#F7B5E9
4#F8C0EC
5#F9CAEF
6#FAD5F2
7#FBDFF5
8#FDEAF9
9#FEF4FC
Tones
Muted variations
1#EF9ADC
2#EA9FDA
3#E5A4D7
4#E1A8D4
5#DCADD2
6#D7B2CF
7#D2B6CC
8#CEBBCA
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395DF | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5ECE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA16A3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49083B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0525 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FB;
--plum-100: #FBDFF5;
--plum-200: #F8C3ED;
--plum-300: #F395DF;
--plum-400: #ED5ECE;
--plum-500: #E830C0;
--plum-600: #CA16A3;
--plum-700: #A11282;
--plum-800: #730D5D;
--plum-900: #49083B;
--plum-950: #2E0525;
}