Plum
#F198B1
PinkColor Codes
All color formats for development
HEX
#F198B1RGB
rgb(241, 152, 177)HSL
hsl(343, 76%, 77%)OKLCH
oklch(0.777 0.11 1.8)CMYK
cmyk(0%, 37%, 27%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC7597
2#E7537D
3#E33063
4#CF1C4F
5#AD1842
6#8A1335
7#680E28
8#45091A
9#23050D
Tints
Lighter variations
1#F2A2B9
2#F4ACC1
3#F5B7C8
4#F7C1D0
5#F8CBD8
6#F9D6E0
7#FBE0E8
8#FCEAEF
9#FEF5F7
Tones
Muted variations
1#EC9CB3
2#E8A1B5
3#E4A5B7
4#DFAAB9
5#DBAEBB
6#D6B3BD
7#D2B7BF
8#CDBBC0
9#C9C0C2
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F5 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0E7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5D3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198B1 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA6288 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E33566 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B4B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D153C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F2B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A1B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0611 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F5;
--plum-100: #FBE0E7;
--plum-200: #F7C5D3;
--plum-300: #F198B1;
--plum-400: #EA6288;
--plum-500: #E33566;
--plum-600: #C51B4B;
--plum-700: #9D153C;
--plum-800: #700F2B;
--plum-900: #480A1B;
--plum-950: #2D0611;
}