Plum
#F198E2
PinkColor Codes
All color formats for development
HEX
#F198E2RGB
rgb(241, 152, 226)HSL
hsl(310, 76%, 77%)OKLCH
oklch(0.793 0.141 333.1)CMYK
cmyk(0%, 37%, 6%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75D8
2#E753CF
3#E330C5
4#CF1CB2
5#AD1894
6#8A1376
7#680E59
8#45093B
9#23051E
Tints
Lighter variations
1#F2A2E5
2#F4ACE8
3#F5B7EB
4#F7C1EE
5#F8CBF1
6#F9D6F3
7#FBE0F6
8#FCEAF9
9#FEF5FC
Tones
Muted variations
1#EC9CDF
2#E8A1DC
3#E4A5D9
4#DFAAD6
5#DBAED3
6#D6B3D0
7#D2B7CD
8#CDBBCA
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198E2 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62D3 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1586 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3D | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FB;
--plum-100: #FBE0F6;
--plum-200: #F7C5EF;
--plum-300: #F198E2;
--plum-400: #EA62D3;
--plum-500: #E335C6;
--plum-600: #C51BA9;
--plum-700: #9D1586;
--plum-800: #700F60;
--plum-900: #480A3D;
--plum-950: #2D0626;
}