Plum
#F198B4
PinkColor Codes
All color formats for development
HEX
#F198B4RGB
rgb(241, 152, 180)HSL
hsl(341, 76%, 77%)OKLCH
oklch(0.778 0.111 359.7)CMYK
cmyk(0%, 37%, 25%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC759B
2#E75382
3#E33069
4#CF1C55
5#AD1847
6#8A1339
7#680E2A
8#45091C
9#23050E
Tints
Lighter variations
1#F2A2BC
2#F4ACC3
3#F5B7CB
4#F7C1D2
5#F8CBDA
6#F9D6E1
7#FBE0E9
8#FCEAF0
9#FEF5F8
Tones
Muted variations
1#EC9CB6
2#E8A1B7
3#E4A5B9
4#DFAABB
5#DBAEBC
6#D6B3BE
7#D2B7BF
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 #FBE0E8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B4 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA628D | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E3356C | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B51 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1540 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0612 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F5;
--plum-100: #FBE0E8;
--plum-200: #F7C5D5;
--plum-300: #F198B4;
--plum-400: #EA628D;
--plum-500: #E3356C;
--plum-600: #C51B51;
--plum-700: #9D1540;
--plum-800: #700F2E;
--plum-900: #480A1D;
--plum-950: #2D0612;
}