Plum
#F396B6
PinkColor Codes
All color formats for development
HEX
#F396B6RGB
rgb(243, 150, 182)HSL
hsl(339, 79%, 77%)OKLCH
oklch(0.777 0.117 358.1)CMYK
cmyk(0%, 38%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF739E
2#EA5086
3#E62D6E
4#D3195A
5#B0154B
6#8D103C
7#690C2D
8#46081E
9#23040F
Tints
Lighter variations
1#F4A1BE
2#F5ABC5
3#F6B6CC
4#F8C0D3
5#F9CBDB
6#FAD5E2
7#FBE0E9
8#FDEAF0
9#FEF5F8
Tones
Muted variations
1#EE9BB8
2#E99FB9
3#E5A4BB
4#E0A9BC
5#DCADBD
6#D7B2BF
7#D2B6C0
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 #FBDFE9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C4 #F8C4D6 | Secondary backgroundsInput backgroundsDividers |
| 300 | F396 #F396B6 | BordersInactive statesPlaceholder text |
| 400 | EC5F #EC5F91 | Disabled statesSecondary iconsMuted text |
| 500 | E732 #E73271 | Primary brand colorCTAsActive elementsLinks |
| 600 | C918 #C91856 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A013 #A01344 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 720D #720D31 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4909 #49091F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0513 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F6;
--plum-100: #FBDFE9;
--plum-200: #F8C4D6;
--plum-300: #F396B6;
--plum-400: #EC5F91;
--plum-500: #E73271;
--plum-600: #C91856;
--plum-700: #A01344;
--plum-800: #720D31;
--plum-900: #49091F;
--plum-950: #2E0513;
}