Plum
#F198DF
PinkColor Codes
All color formats for development
HEX
#F198DFRGB
rgb(241, 152, 223)HSL
hsl(312, 76%, 77%)OKLCH
oklch(0.792 0.138 334.5)CMYK
cmyk(0%, 37%, 7%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75D4
2#E753CA
3#E330BF
4#CF1CAC
5#AD188F
6#8A1372
7#680E56
8#450939
9#23051D
Tints
Lighter variations
1#F2A2E2
2#F4ACE5
3#F5B7E9
4#F7C1EC
5#F8CBEF
6#F9D6F2
7#FBE0F5
8#FCEAF9
9#FEF5FC
Tones
Muted variations
1#EC9CDC
2#E8A1DA
3#E4A5D7
4#DFAAD4
5#DBAED2
6#D6B3CF
7#D2B7CC
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 #FBE0F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DF | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CE | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3B | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0625 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FB;
--plum-100: #FBE0F5;
--plum-200: #F7C5ED;
--plum-300: #F198DF;
--plum-400: #EA62CE;
--plum-500: #E335C1;
--plum-600: #C51BA3;
--plum-700: #9D1582;
--plum-800: #700F5D;
--plum-900: #480A3B;
--plum-950: #2D0625;
}