Plum
#F395D4
PinkColor Codes
All color formats for development
HEX
#F395D4RGB
rgb(243, 149, 212)HSL
hsl(320, 80%, 77%)OKLCH
oklch(0.785 0.136 340.3)CMYK
cmyk(0%, 39%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72C6
2#EB4FB7
3#E72BA9
4#D41895
5#B1147C
6#8D1063
7#6A0C4B
8#470832
9#230419
Tints
Lighter variations
1#F4A0D8
2#F6ABDD
3#F7B5E1
4#F8C0E5
5#F9CAE9
6#FAD5EE
7#FBDFF2
8#FDEAF6
9#FEF4FB
Tones
Muted variations
1#EF9AD2
2#EA9FD1
3#E5A4CF
4#E1A8CE
5#DCADCC
6#D7B2CB
7#D2B6C9
8#CEBBC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D4 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBE | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830AB | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D51 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490834 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F9;
--plum-100: #FBDFF2;
--plum-200: #F8C3E7;
--plum-300: #F395D4;
--plum-400: #ED5EBE;
--plum-500: #E830AB;
--plum-600: #CA168E;
--plum-700: #A11271;
--plum-800: #730D51;
--plum-900: #490834;
--plum-950: #2E0520;
}