Plum
#F198C0
PinkColor Codes
All color formats for development
HEX
#F198C0RGB
rgb(241, 152, 192)HSL
hsl(333, 76%, 77%)OKLCH
oklch(0.781 0.117 351.7)CMYK
cmyk(0%, 37%, 20%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75AB
2#E75396
3#E33081
4#CF1C6D
5#AD185B
6#8A1349
7#680E36
8#450924
9#230512
Tints
Lighter variations
1#F2A2C6
2#F4ACCD
3#F5B7D3
4#F7C1D9
5#F8CBDF
6#F9D6E6
7#FBE0EC
8#FCEAF2
9#FEF5F9
Tones
Muted variations
1#EC9CC0
2#E8A1C1
3#E4A5C1
4#DFAAC2
5#DBAEC2
6#D6B3C3
7#D2B7C3
8#CDBBC3
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5DB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198C0 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA629F | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33584 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B68 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1552 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F3B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A26 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0618 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F7;
--plum-100: #FBE0EC;
--plum-200: #F7C5DB;
--plum-300: #F198C0;
--plum-400: #EA629F;
--plum-500: #E33584;
--plum-600: #C51B68;
--plum-700: #9D1552;
--plum-800: #700F3B;
--plum-900: #480A26;
--plum-950: #2D0618;
}