Plum
#F198DC
PinkColor Codes
All color formats for development
HEX
#F198DCRGB
rgb(241, 152, 220)HSL
hsl(314, 76%, 77%)OKLCH
oklch(0.791 0.136 335.9)CMYK
cmyk(0%, 37%, 9%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75D0
2#E753C5
3#E330B9
4#CF1CA6
5#AD188A
6#8A136E
7#680E53
8#450937
9#23051C
Tints
Lighter variations
1#F2A2E0
2#F4ACE3
3#F5B7E7
4#F7C1EA
5#F8CBEE
6#F9D6F1
7#FBE0F5
8#FCEAF8
9#FEF5FC
Tones
Muted variations
1#EC9CDA
2#E8A1D7
3#E4A5D5
4#DFAAD3
5#DBAED0
6#D6B3CE
7#D2B7CB
8#CDBBC9
9#C9C0C7
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198DC | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62CA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335BB | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D157D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A39 | 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: #FDF2FA;
--plum-100: #FBE0F4;
--plum-200: #F7C5EB;
--plum-300: #F198DC;
--plum-400: #EA62CA;
--plum-500: #E335BB;
--plum-600: #C51B9E;
--plum-700: #9D157D;
--plum-800: #700F5A;
--plum-900: #480A39;
--plum-950: #2D0624;
}