Plum
#F198B5
PinkColor Codes
All color formats for development
HEX
#F198B5RGB
rgb(241, 152, 181)HSL
hsl(340, 76%, 77%)OKLCH
oklch(0.778 0.112 359)CMYK
cmyk(0%, 37%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC759D
2#E75384
3#E3306C
4#CF1C58
5#AD1849
6#8A133B
7#680E2C
8#45091D
9#23050F
Tints
Lighter variations
1#F2A2BD
2#F4ACC4
3#F5B7CC
4#F7C1D3
5#F8CBDA
6#F9D6E2
7#FBE0E9
8#FCEAF0
9#FEF5F8
Tones
Muted variations
1#EC9CB7
2#E8A1B8
3#E4A5BA
4#DFAABB
5#DBAEBD
6#D6B3BE
7#D2B7C0
8#CDBBC1
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B5 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356F | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B54 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1543 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F30 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1E | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0613 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F5;
--plum-100: #FBE0E9;
--plum-200: #F7C5D5;
--plum-300: #F198B5;
--plum-400: #EA628F;
--plum-500: #E3356F;
--plum-600: #C51B54;
--plum-700: #9D1543;
--plum-800: #700F30;
--plum-900: #480A1E;
--plum-950: #2D0613;
}