Plum
#F990C8
PinkColor Codes
All color formats for development
HEX
#F990C8RGB
rgb(249, 144, 200)HSL
hsl(328, 90%, 77%)OKLCH
oklch(0.781 0.142 347.7)CMYK
cmyk(0%, 42%, 20%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76AB5
2#F545A3
3#F32090
4#E00C7D
5#BB0A68
6#950853
7#70063E
8#4B042A
9#250215
Tints
Lighter variations
1#FA9BCD
2#FAA6D3
3#FBB1D8
4#FBBCDE
5#FCC7E3
6#FDD2E9
7#FDDEEE
8#FEE9F4
9#FEF4F9
Tones
Muted variations
1#F495C8
2#EF9AC7
3#E99FC7
4#E4A5C6
5#DFAAC6
6#D9AFC6
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 #FCC0E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990C8 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655AB | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F42593 | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B77 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA095F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790644 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E042B | Primary textHigh emphasis contentDark headings |
| 950 | 3003 #30031B | 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: #F990C8;
--plum-400: #F655AB;
--plum-500: #F42593;
--plum-600: #D50B77;
--plum-700: #AA095F;
--plum-800: #790644;
--plum-900: #4E042B;
--plum-950: #30031B;
}