Plum
#F198C7
PinkColor Codes
All color formats for development
HEX
#F198C7RGB
rgb(241, 152, 199)HSL
hsl(328, 76%, 77%)OKLCH
oklch(0.783 0.121 347.3)CMYK
cmyk(0%, 37%, 17%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75B5
2#E753A2
3#E3308F
4#CF1C7C
5#AD1867
6#8A1353
7#680E3E
8#450929
9#230515
Tints
Lighter variations
1#F2A2CD
2#F4ACD2
3#F5B7D8
4#F7C1DE
5#F8CBE3
6#F9D6E9
7#FBE0EE
8#FCEAF4
9#FEF5F9
Tones
Muted variations
1#EC9CC7
2#E8A1C7
3#E4A5C6
4#DFAAC6
5#DBAEC6
6#D6B3C6
7#D2B7C5
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 #FBE0EE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C7 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33592 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B76 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2B | 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: #FBE0EE;
--plum-200: #F7C5E0;
--plum-300: #F198C7;
--plum-400: #EA62AA;
--plum-500: #E33592;
--plum-600: #C51B76;
--plum-700: #9D155E;
--plum-800: #700F43;
--plum-900: #480A2B;
--plum-950: #2D061B;
}