Plum
#F198D9
PinkColor Codes
All color formats for development
HEX
#F198D9RGB
rgb(241, 152, 217)HSL
hsl(316, 76%, 77%)OKLCH
oklch(0.79 0.133 337.4)CMYK
cmyk(0%, 37%, 10%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75CC
2#E753C0
3#E330B3
4#CF1CA0
5#AD1885
6#8A136A
7#680E50
8#450935
9#23051B
Tints
Lighter variations
1#F2A2DD
2#F4ACE1
3#F5B7E5
4#F7C1E8
5#F8CBEC
6#F9D6F0
7#FBE0F4
8#FCEAF7
9#FEF5FB
Tones
Muted variations
1#EC9CD7
2#E8A1D5
3#E4A5D3
4#DFAAD1
5#DBAECF
6#D6B3CD
7#D2B7CB
8#CDBBC9
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 #F7C5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D9 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62C5 | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335B5 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B98 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D1579 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A37 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D0623 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2FA;
--plum-100: #FBE0F3;
--plum-200: #F7C5EA;
--plum-300: #F198D9;
--plum-400: #EA62C5;
--plum-500: #E335B5;
--plum-600: #C51B98;
--plum-700: #9D1579;
--plum-800: #700F56;
--plum-900: #480A37;
--plum-950: #2D0623;
}