Plum
#F395D2
PinkColor Codes
All color formats for development
HEX
#F395D2RGB
rgb(243, 149, 210)HSL
hsl(321, 80%, 77%)OKLCH
oklch(0.785 0.135 341.4)CMYK
cmyk(0%, 39%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72C4
2#EB4FB5
3#E72BA6
4#D41892
5#B1147A
6#8D1061
7#6A0C49
8#470831
9#230418
Tints
Lighter variations
1#F4A0D7
2#F6ABDB
3#F7B5E0
4#F8C0E4
5#F9CAE9
6#FAD5ED
7#FBDFF2
8#FDEAF6
9#FEF4FB
Tones
Muted variations
1#EF9AD1
2#EA9FD0
3#E5A4CE
4#E1A8CD
5#DCADCB
6#D7B2CA
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 #FBDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D2 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EBB | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA168B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A1126F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490833 | 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: #FBDFF1;
--plum-200: #F8C3E6;
--plum-300: #F395D2;
--plum-400: #ED5EBB;
--plum-500: #E830A8;
--plum-600: #CA168B;
--plum-700: #A1126F;
--plum-800: #730D4F;
--plum-900: #490833;
--plum-950: #2E0520;
}