Plum
#F198D6
PinkColor Codes
All color formats for development
HEX
#F198D6RGB
rgb(241, 152, 214)HSL
hsl(318, 76%, 77%)OKLCH
oklch(0.789 0.131 338.9)CMYK
cmyk(0%, 37%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75C9
2#E753BB
3#E330AD
4#CF1C9A
5#AD1880
6#8A1366
7#680E4D
8#450933
9#23051A
Tints
Lighter variations
1#F2A2DA
2#F4ACDE
3#F5B7E2
4#F7C1E7
5#F8CBEB
6#F9D6EF
7#FBE0F3
8#FCEAF7
9#FEF5FB
Tones
Muted variations
1#EC9CD4
2#E8A1D3
3#E4A5D1
4#DFAACF
5#DBAECD
6#D6B3CB
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 #F7C5E8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D6 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C1 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335AF | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B92 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1574 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F53 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A35 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0621 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FBE0F3;
--plum-200: #F7C5E8;
--plum-300: #F198D6;
--plum-400: #EA62C1;
--plum-500: #E335AF;
--plum-600: #C51B92;
--plum-700: #9D1574;
--plum-800: #700F53;
--plum-900: #480A35;
--plum-950: #2D0621;
}