Plum
#F198CC
PinkColor Codes
All color formats for development
HEX
#F198CCRGB
rgb(241, 152, 204)HSL
hsl(325, 76%, 77%)OKLCH
oklch(0.785 0.124 344.4)CMYK
cmyk(0%, 37%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75BB
2#E753A9
3#E33098
4#CF1C85
5#AD186F
6#8A1358
7#680E42
8#45092C
9#230516
Tints
Lighter variations
1#F2A2D1
2#F4ACD6
3#F5B7DB
4#F7C1E0
5#F8CBE5
6#F9D6EB
7#FBE0F0
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EC9CCB
2#E8A1CA
3#E4A5CA
4#DFAAC9
5#DBAEC8
6#D6B3C7
7#D2B7C7
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 #F7C5E2 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359B | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B7E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1565 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F48 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F8;
--plum-100: #FBE0EF;
--plum-200: #F7C5E2;
--plum-300: #F198CC;
--plum-400: #EA62B1;
--plum-500: #E3359B;
--plum-600: #C51B7E;
--plum-700: #9D1565;
--plum-800: #700F48;
--plum-900: #480A2E;
--plum-950: #2D061D;
}