Plum
#F990C6
PinkColor Codes
All color formats for development
HEX
#F990C6RGB
rgb(249, 144, 198)HSL
hsl(329, 90%, 77%)OKLCH
oklch(0.78 0.141 348.7)CMYK
cmyk(0%, 42%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76AB3
2#F545A0
3#F3208D
4#E00C79
5#BB0A65
6#950851
7#70063D
8#4B0428
9#250214
Tints
Lighter variations
1#FA9BCC
2#FAA6D1
3#FBB1D7
4#FBBCDD
5#FCC7E3
6#FDD2E8
7#FDDEEE
8#FEE9F4
9#FEF4F9
Tones
Muted variations
1#F495C6
2#EF9AC6
3#E99FC6
4#E4A5C5
5#DFAAC5
6#D9AFC5
7#D4B5C5
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 #FCC0DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990C6 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655A8 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42590 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B74 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA095C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790642 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042A | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF0F8;
--plum-100: #FDDDEE;
--plum-200: #FCC0DF;
--plum-300: #F990C6;
--plum-400: #F655A8;
--plum-500: #F42590;
--plum-600: #D50B74;
--plum-700: #AA095C;
--plum-800: #790642;
--plum-900: #4E042A;
--plum-950: #30031A;
}