Plum
#F990C4
PinkColor Codes
All color formats for development
HEX
#F990C4RGB
rgb(249, 144, 196)HSL
hsl(330, 90%, 77%)OKLCH
oklch(0.779 0.14 349.8)CMYK
cmyk(0%, 42%, 21%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F76AB1
2#F5459D
3#F32089
4#E00C76
5#BB0A62
6#95084F
7#70063B
8#4B0427
9#250214
Tints
Lighter variations
1#FA9BCA
2#FAA6D0
3#FBB1D6
4#FBBCDC
5#FCC7E2
6#FDD2E8
7#FDDEED
8#FEE9F3
9#FEF4F9
Tones
Muted variations
1#F495C4
2#EF9AC4
3#E99FC4
4#E4A5C4
5#DFAAC4
6#D9AFC4
7#D4B5C4
8#CFBAC4
9#CABFC4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF0 #FEF0F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FDDD #FDDDED | Light backgroundsTable row hoverSkeleton loading |
| 200 | FCC0 #FCC0DE | Secondary backgroundsInput backgroundsDividers |
| 300 | F990 #F990C4 | BordersInactive statesPlaceholder text |
| 400 | F655 #F655A6 | Disabled statesSecondary iconsMuted text |
| 500 | F425 #F4258C | Primary brand colorCTAsActive elementsLinks |
| 600 | D50B #D50B70 | Hover statesFocus ringsPrimary buttons hover |
| 700 | AA09 #AA0959 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 7906 #790640 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4E04 #4E0429 | 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: #FEF0F7;
--plum-100: #FDDDED;
--plum-200: #FCC0DE;
--plum-300: #F990C4;
--plum-400: #F655A6;
--plum-500: #F4258C;
--plum-600: #D50B70;
--plum-700: #AA0959;
--plum-800: #790640;
--plum-900: #4E0429;
--plum-950: #30031A;
}