Plum
#FA8FCD
PinkColor Codes
All color formats for development
HEX
#FA8FCDRGB
rgb(250, 143, 205)HSL
hsl(325, 91%, 77%)OKLCH
oklch(0.782 0.148 345.3)CMYK
cmyk(0%, 43%, 18%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F869BD
2#F644AC
3#F41E9B
4#E10B88
5#BC0971
6#96075A
7#710544
8#4B042D
9#260217
Tints
Lighter variations
1#FA9AD2
2#FBA5D7
3#FBB1DC
4#FCBCE1
5#FCC7E6
6#FDD2EB
7#FDDDF0
8#FEE9F5
9#FEF4FA
Tones
Muted variations
1#F494CC
2#EF9ACB
3#EA9FCB
4#E4A4CA
5#DFAAC9
6#DAAFC8
7#D4B4C7
8#CFBAC6
9#CABFC5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | FA8F #FA8FCD | BordersInactive statesPlaceholder text |
| 400 | F755 #F755B3 | Disabled statesSecondary iconsMuted text |
| 500 | F524 #F5249E | Primary brand colorCTAsActive elementsLinks |
| 600 | D60A #D60A81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA08 #AA0867 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7A06 #7A0649 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042F | Primary textHigh emphasis contentDark headings |
| 950 | 3102 #31021D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF0F9;
--plum-100: #FDDDF0;
--plum-200: #FCC0E3;
--plum-300: #FA8FCD;
--plum-400: #F755B3;
--plum-500: #F5249E;
--plum-600: #D60A81;
--plum-700: #AA0867;
--plum-800: #7A0649;
--plum-900: #4E042F;
--plum-950: #31021D;
}