Plum
#F198CF
PinkColor Codes
All color formats for development
HEX
#F198CFRGB
rgb(241, 152, 207)HSL
hsl(323, 76%, 77%)OKLCH
oklch(0.786 0.126 342.7)CMYK
cmyk(0%, 37%, 14%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75BF
2#E753AE
3#E3309E
4#CF1C8B
5#AD1874
6#8A135C
7#680E45
8#45092E
9#230517
Tints
Lighter variations
1#F2A2D4
2#F4ACD8
3#F5B7DD
4#F7C1E2
5#F8CBE7
6#F9D6EC
7#FBE0F1
8#FCEAF5
9#FEF5FA
Tones
Muted variations
1#EC9CCE
2#E8A1CD
3#E4A5CC
4#DFAACB
5#DBAECA
6#D6B3C9
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 #F7C5E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198CF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62B6 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B84 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1569 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A30 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FBE0F0;
--plum-200: #F7C5E4;
--plum-300: #F198CF;
--plum-400: #EA62B6;
--plum-500: #E335A1;
--plum-600: #C51B84;
--plum-700: #9D1569;
--plum-800: #700F4B;
--plum-900: #480A30;
--plum-950: #2D061E;
}