Plum
#FA8FC8
PinkColor Codes
All color formats for development
HEX
#FA8FC8RGB
rgb(250, 143, 200)HSL
hsl(328, 91%, 77%)OKLCH
oklch(0.78 0.145 347.8)CMYK
cmyk(0%, 43%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F869B5
2#F644A3
3#F41E91
4#E10B7D
5#BC0968
6#960753
7#71053E
8#4B042A
9#260215
Tints
Lighter variations
1#FA9ACD
2#FBA5D3
3#FBB1D8
4#FCBCDE
5#FCC7E3
6#FDD2E9
7#FDDDEE
8#FEE9F4
9#FEF4F9
Tones
Muted variations
1#F494C8
2#EF9AC7
3#EA9FC7
4#E4A4C6
5#DFAAC6
6#DAAFC6
7#D4B4C5
8#CFBAC5
9#CABFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FC8 | BordersInactive statesPlaceholder text |
| 400 | F755 #F755AB | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F52493 | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA085F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042B | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF0F8;
--plum-100: #FDDDEE;
--plum-200: #FCC0E0;
--plum-300: #FA8FC8;
--plum-400: #F755AB;
--plum-500: #F52493;
--plum-600: #D60A77;
--plum-700: #AA085F;
--plum-800: #7A0644;
--plum-900: #4E042B;
--plum-950: #31021B;
}