Plum
#F198CD
PinkColor Codes
All color formats for development
HEX
#F198CDRGB
rgb(241, 152, 205)HSL
hsl(324, 76%, 77%)OKLCH
oklch(0.786 0.125 343.8)CMYK
cmyk(0%, 37%, 15%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75BD
2#E753AC
3#E3309B
4#CF1C88
5#AD1871
6#8A135A
7#680E44
8#45092D
9#230517
Tints
Lighter variations
1#F2A2D2
2#F4ACD7
3#F5B7DC
4#F7C1E1
5#F8CBE6
6#F9D6EB
7#FBE0F0
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EC9CCC
2#E8A1CB
3#E4A5CB
4#DFAACA
5#DBAEC9
6#D6B3C8
7#D2B7C7
8#CDBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CD | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3359E | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B81 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1567 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F49 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A2F | 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: #FDF2F9;
--plum-100: #FBE0F0;
--plum-200: #F7C5E3;
--plum-300: #F198CD;
--plum-400: #EA62B3;
--plum-500: #E3359E;
--plum-600: #C51B81;
--plum-700: #9D1567;
--plum-800: #700F49;
--plum-900: #480A2F;
--plum-950: #2D061D;
}