Plum
#F396BB
PinkColor Codes
All color formats for development
HEX
#F396BBRGB
rgb(243, 150, 187)HSL
hsl(336, 79%, 77%)OKLCH
oklch(0.779 0.12 354.8)CMYK
cmyk(0%, 38%, 23%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF73A4
2#EA508E
3#E62D77
4#D31963
5#B01553
6#8D1042
7#690C32
8#460821
9#230411
Tints
Lighter variations
1#F4A1C2
2#F5ABC9
3#F6B6CF
4#F8C0D6
5#F9CBDD
6#FAD5E4
7#FBE0EB
8#FDEAF1
9#FEF5F8
Tones
Muted variations
1#EE9BBC
2#E99FBD
3#E5A4BE
4#E0A9BF
5#DCADC0
6#D7B2C1
7#D2B6C2
8#CEBBC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396BB | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F98 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E7327A | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C9185E | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A0134B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D36 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #490922 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0515 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F6;
--plum-100: #FBDFEA;
--plum-200: #F8C4D9;
--plum-300: #F396BB;
--plum-400: #EC5F98;
--plum-500: #E7327A;
--plum-600: #C9185E;
--plum-700: #A0134B;
--plum-800: #720D36;
--plum-900: #490922;
--plum-950: #2E0515;
}