Plum
#F198D2
PinkColor Codes
All color formats for development
HEX
#F198D2RGB
rgb(241, 152, 210)HSL
hsl(321, 76%, 77%)OKLCH
oklch(0.787 0.128 341)CMYK
cmyk(0%, 37%, 13%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EC75C3
2#E753B3
3#E330A4
4#CF1C91
5#AD1879
6#8A1360
7#680E48
8#450930
9#230518
Tints
Lighter variations
1#F2A2D6
2#F4ACDB
3#F5B7DF
4#F7C1E4
5#F8CBE8
6#F9D6ED
7#FBE0F1
8#FCEAF6
9#FEF5FA
Tones
Muted variations
1#EC9CD0
2#E8A1CF
3#E4A5CE
4#DFAACC
5#DBAECB
6#D6B3CA
7#D2B7C8
8#CDBBC7
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF2 #FDF2F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBE0 #FBE0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F7C5 #F7C5E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F198 #F198D2 | BordersInactive statesPlaceholder text |
| 400 | EA62 #EA62BA | Disabled statesSecondary iconsMuted text |
| 500 | E335 #E335A6 | Primary brand colorCTAsActive elementsLinks |
| 600 | C51B #C51B8A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 9D15 #9D156E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 700F #700F4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 480A #480A32 | Primary textHigh emphasis contentDark headings |
| 950 | 2D06 #2D061F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF2F9;
--plum-100: #FBE0F1;
--plum-200: #F7C5E5;
--plum-300: #F198D2;
--plum-400: #EA62BA;
--plum-500: #E335A6;
--plum-600: #C51B8A;
--plum-700: #9D156E;
--plum-800: #700F4E;
--plum-900: #480A32;
--plum-950: #2D061F;
}