Plum
#F198B8
PinkColor Codes
All color formats for development
HEX
#F198B8RGB
rgb(241, 152, 184)HSL
hsl(338, 76%, 77%)OKLCH
oklch(0.779 0.113 356.9)CMYK
cmyk(0%, 37%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75A1
2#E75389
3#E33072
4#CF1C5E
5#AD184E
6#8A133F
7#680E2F
8#45091F
9#230510
Tints
Lighter variations
1#F2A2C0
2#F4ACC7
3#F5B7CE
4#F7C1D5
5#F8CBDC
6#F9D6E3
7#FBE0EA
8#FCEAF1
9#FEF5F8
Tones
Muted variations
1#EC9CBA
2#E8A1BB
3#E4A5BC
4#DFAABD
5#DBAEBE
6#D6B3C0
7#D2B7C1
8#CDBBC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0EA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D7 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6294 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33575 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B59 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1547 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F33 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A21 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0614 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F6;
--plum-100: #FBE0EA;
--plum-200: #F7C5D7;
--plum-300: #F198B8;
--plum-400: #EA6294;
--plum-500: #E33575;
--plum-600: #C51B59;
--plum-700: #9D1547;
--plum-800: #700F33;
--plum-900: #480A21;
--plum-950: #2D0614;
}