Plum
#F198CA
PinkColor Codes
All color formats for development
HEX
#F198CARGB
rgb(241, 152, 202)HSL
hsl(326, 76%, 77%)OKLCH
oklch(0.785 0.123 345.5)CMYK
cmyk(0%, 37%, 16%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75B9
2#E753A7
3#E33095
4#CF1C82
5#AD186C
6#8A1356
7#680E41
8#45092B
9#230516
Tints
Lighter variations
1#F2A2D0
2#F4ACD5
3#F5B7DA
4#F7C1DF
5#F8CBE5
6#F9D6EA
7#FBE0EF
8#FCEAF4
9#FEF5FA
Tones
Muted variations
1#EC9CCA
2#E8A1C9
3#E4A5C9
4#DFAAC8
5#DBAEC7
6#D6B3C7
7#D2B7C6
8#CDBBC6
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 #F7C5E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CA | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62AF | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33598 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1562 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F46 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FBE0EF;
--plum-200: #F7C5E1;
--plum-300: #F198CA;
--plum-400: #EA62AF;
--plum-500: #E33598;
--plum-600: #C51B7C;
--plum-700: #9D1562;
--plum-800: #700F46;
--plum-900: #480A2D;
--plum-950: #2D061C;
}