Plum
#F198C6
PinkColor Codes
All color formats for development
HEX
#F198C6RGB
rgb(241, 152, 198)HSL
hsl(329, 76%, 77%)OKLCH
oklch(0.783 0.12 347.9)CMYK
cmyk(0%, 37%, 18%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75B3
2#E753A0
3#E3308C
4#CF1C79
5#AD1865
6#8A1351
7#680E3C
8#450928
9#230514
Tints
Lighter variations
1#F2A2CC
2#F4ACD1
3#F5B7D7
4#F7C1DD
5#F8CBE2
6#F9D6E8
7#FBE0EE
8#FCEAF4
9#FEF5F9
Tones
Muted variations
1#EC9CC6
2#E8A1C6
3#E4A5C5
4#DFAAC5
5#DBAEC5
6#D6B3C5
7#D2B7C5
8#CDBBC5
9#C9C0C4
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 #F7C5DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C6 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62A8 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3358F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B73 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D155C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FBE0EE;
--plum-200: #F7C5DF;
--plum-300: #F198C6;
--plum-400: #EA62A8;
--plum-500: #E3358F;
--plum-600: #C51B73;
--plum-700: #9D155C;
--plum-800: #700F41;
--plum-900: #480A2A;
--plum-950: #2D061A;
}