Plum
#F494D8
PinkColor Codes
All color formats for development
HEX
#F494D8RGB
rgb(244, 148, 216)HSL
hsl(318, 81%, 77%)OKLCH
oklch(0.787 0.142 338.6)CMYK
cmyk(0%, 39%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071CA
2#EC4EBD
3#E92AB0
4#D5169C
5#B21382
6#8E0F68
7#6B0B4E
8#470734
9#24041A
Tints
Lighter variations
1#F59FDB
2#F6AADF
3#F7B5E3
4#F8BFE7
5#F9CAEB
6#FBD5EF
7#FCDFF3
8#FDEAF7
9#FEF4FB
Tones
Muted variations
1#EF9AD5
2#EA9ED4
3#E6A3D2
4#E1A8D0
5#DCADCE
6#D7B1CC
7#D3B6CA
8#CEBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495D7 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DC3 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FB1 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1595 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21176 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C54 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0836 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1FA;
--plum-100: #FCDFF3;
--plum-200: #F9C3E9;
--plum-300: #F495D7;
--plum-400: #EE5DC3;
--plum-500: #E92FB1;
--plum-600: #CB1595;
--plum-700: #A21176;
--plum-800: #730C54;
--plum-900: #4A0836;
--plum-950: #2E0522;
}