Plum
#F395CB
PinkColor Codes
All color formats for development
HEX
#F395CBRGB
rgb(243, 149, 203)HSL
hsl(326, 80%, 77%)OKLCH
oklch(0.782 0.13 345.1)CMYK
cmyk(0%, 39%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72B9
2#EB4FA8
3#E72B96
4#D41882
5#B1146D
6#8D1057
7#6A0C41
8#47082B
9#230416
Tints
Lighter variations
1#F4A0D0
2#F6ABD5
3#F7B5DA
4#F8C0E0
5#F9CAE5
6#FAD5EA
7#FBDFEF
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACA
2#EA9FC9
3#E5A4C9
4#E1A8C8
5#DCADC7
6#D7B2C7
7#D2B6C6
8#CEBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395CB | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EAF | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83098 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA167C | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11263 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D47 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #49082D | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F8;
--plum-100: #FBDFEF;
--plum-200: #F8C3E1;
--plum-300: #F395CB;
--plum-400: #ED5EAF;
--plum-500: #E83098;
--plum-600: #CA167C;
--plum-700: #A11263;
--plum-800: #730D47;
--plum-900: #49082D;
--plum-950: #2E051C;
}