Plum
#F198C9
PinkColor Codes
All color formats for development
HEX
#F198C9RGB
rgb(241, 152, 201)HSL
hsl(327, 76%, 77%)OKLCH
oklch(0.784 0.122 346.1)CMYK
cmyk(0%, 37%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75B7
2#E753A5
3#E33092
4#CF1C7F
5#AD186A
6#8A1355
7#680E3F
8#45092A
9#230515
Tints
Lighter variations
1#F2A2CE
2#F4ACD4
3#F5B7D9
4#F7C1DE
5#F8CBE4
6#F9D6E9
7#FBE0EF
8#FCEAF4
9#FEF5FA
Tones
Muted variations
1#EC9CC8
2#E8A1C8
3#E4A5C7
4#DFAAC7
5#DBAEC7
6#D6B3C6
7#D2B7C6
8#CDBBC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C9 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AD | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33595 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B79 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1560 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2C | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FBE0EF;
--plum-200: #F7C5E0;
--plum-300: #F198C9;
--plum-400: #EA62AD;
--plum-500: #E33595;
--plum-600: #C51B79;
--plum-700: #9D1560;
--plum-800: #700F45;
--plum-900: #480A2C;
--plum-950: #2D061B;
}