Plum
#F198D8
PinkColor Codes
All color formats for development
HEX
#F198D8RGB
rgb(241, 152, 216)HSL
hsl(317, 76%, 77%)OKLCH
oklch(0.789 0.133 337.9)CMYK
cmyk(0%, 37%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75CA
2#E753BD
3#E330B0
4#CF1C9D
5#AD1883
6#8A1368
7#680E4E
8#450934
9#23051A
Tints
Lighter variations
1#F2A2DC
2#F4ACE0
3#F5B7E3
4#F7C1E7
5#F8CBEB
6#F9D6EF
7#FBE0F3
8#FCEAF7
9#FEF5FB
Tones
Muted variations
1#EC9CD6
2#E8A1D4
3#E4A5D2
4#DFAAD0
5#DBAECE
6#D6B3CC
7#D2B7CA
8#CDBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D8 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1577 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A36 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0622 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FBE0F3;
--plum-200: #F7C5E9;
--plum-300: #F198D8;
--plum-400: #EA62C3;
--plum-500: #E335B2;
--plum-600: #C51B95;
--plum-700: #9D1577;
--plum-800: #700F55;
--plum-900: #480A36;
--plum-950: #2D0622;
}