Plum
#F891CA
PinkColor Codes
All color formats for development
HEX
#F891CARGB
rgb(248, 145, 202)HSL
hsl(327, 88%, 77%)OKLCH
oklch(0.782 0.141 346.5)CMYK
cmyk(0%, 42%, 19%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F66CB8
2#F347A6
3#F12294
4#DD0E80
5#B90C6B
6#940955
7#6F0740
8#4A052B
9#250215
Tints
Lighter variations
1#F99CCF
2#F9A7D4
3#FAB2DA
4#FBBDDF
5#FBC8E4
6#FCD3EA
7#FDDEEF
8#FEE9F4
9#FEF4FA
Tones
Muted variations
1#F396C9
2#EE9BC8
3#E8A0C8
4#E3A5C7
5#DEABC7
6#D9B0C6
7#D4B5C6
8#CFBAC5
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 #FBC1E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F891 #F891CA | BordersInactive statesPlaceholder text |
| 400 | F457 #F457AE | Disabled statesSecondary iconsMuted text |
| 500 | F127 #F12796 | Primary brand colorCTAsActive elementsLinks |
| 600 | D30D #D30D7A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A80B #A80B61 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7808 #780845 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4D05 #4D052C | 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: #FBC1E1;
--plum-300: #F891CA;
--plum-400: #F457AE;
--plum-500: #F12796;
--plum-600: #D30D7A;
--plum-700: #A80B61;
--plum-800: #780845;
--plum-900: #4D052C;
--plum-950: #30031C;
}