Plum
#F891CF
PinkColor Codes
All color formats for development
HEX
#F891CFRGB
rgb(248, 145, 207)HSL
hsl(324, 88%, 77%)OKLCH
oklch(0.783 0.144 344)CMYK
cmyk(0%, 42%, 17%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66CBE
2#F347AE
3#F1229E
4#DD0E8B
5#B90C73
6#94095C
7#6F0745
8#4A052E
9#250217
Tints
Lighter variations
1#F99CD4
2#F9A7D8
3#FAB2DD
4#FBBDE2
5#FBC8E7
6#FCD3EC
7#FDDEF1
8#FEE9F5
9#FEF4FA
Tones
Muted variations
1#F396CE
2#EE9BCD
3#E8A0CC
4#E3A5CB
5#DEABCA
6#D9B0C8
7#D4B5C7
8#CFBAC6
9#CABFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CF | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B5 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F127A0 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B69 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #78084B | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D0530 | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FDDDF0;
--plum-200: #FBC1E4;
--plum-300: #F891CF;
--plum-400: #F457B5;
--plum-500: #F127A0;
--plum-600: #D30D84;
--plum-700: #A80B69;
--plum-800: #78084B;
--plum-900: #4D0530;
--plum-950: #30031E;
}