Plum
#F891CB
PinkColor Codes
All color formats for development
HEX
#F891CBRGB
rgb(248, 145, 203)HSL
hsl(326, 88%, 77%)OKLCH
oklch(0.782 0.141 346)CMYK
cmyk(0%, 42%, 18%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66CBA
2#F347A9
3#F12297
4#DD0E84
5#B90C6E
6#940958
7#6F0742
8#4A052C
9#250216
Tints
Lighter variations
1#F99CD0
2#F9A7D6
3#FAB2DB
4#FBBDE0
5#FBC8E5
6#FCD3EA
7#FDDEEF
8#FEE9F5
9#FEF4FA
Tones
Muted variations
1#F396CB
2#EE9BCA
3#E8A0C9
4#E3A5C8
5#DEABC8
6#D9B0C7
7#D4B5C6
8#CFBAC6
9#CABFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | FBC1 #FBC1E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CB | BordersInactive statesPlaceholder text |
| 400 | F457 #F457B0 | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F1279A | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7D | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B64 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780847 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052E | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FDDDEF;
--plum-200: #FBC1E2;
--plum-300: #F891CB;
--plum-400: #F457B0;
--plum-500: #F1279A;
--plum-600: #D30D7D;
--plum-700: #A80B64;
--plum-800: #780847;
--plum-900: #4D052E;
--plum-950: #30031C;
}