Plum
#F198DE
PinkColor Codes
All color formats for development
HEX
#F198DERGB
rgb(241, 152, 222)HSL
hsl(313, 76%, 77%)OKLCH
oklch(0.792 0.137 335)CMYK
cmyk(0%, 37%, 8%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75D2
2#E753C7
3#E330BC
4#CF1CA9
5#AD188C
6#8A1370
7#680E54
8#450938
9#23051C
Tints
Lighter variations
1#F2A2E1
2#F4ACE4
3#F5B7E8
4#F7C1EB
5#F8CBEE
6#F9D6F2
7#FBE0F5
8#FCEAF8
9#FEF5FC
Tones
Muted variations
1#EC9CDB
2#E8A1D9
3#E4A5D6
4#DFAAD4
5#DBAED1
6#D6B3CE
7#D2B7CC
8#CDBBC9
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 #F7C5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DE | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CC | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BE | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51BA1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1580 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A3A | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FB;
--plum-100: #FBE0F5;
--plum-200: #F7C5EC;
--plum-300: #F198DE;
--plum-400: #EA62CC;
--plum-500: #E335BE;
--plum-600: #C51BA1;
--plum-700: #9D1580;
--plum-800: #700F5B;
--plum-900: #480A3A;
--plum-950: #2D0624;
}