Plum
#F494D9
PinkColor Codes
All color formats for development
HEX
#F494D9RGB
rgb(244, 148, 217)HSL
hsl(317, 81%, 77%)OKLCH
oklch(0.787 0.143 338.1)CMYK
cmyk(0%, 39%, 11%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071CC
2#EC4EBF
3#E92AB3
4#D5169F
5#B21385
6#8E0F6A
7#6B0B50
8#470735
9#24041B
Tints
Lighter variations
1#F59FDD
2#F6AAE1
3#F7B5E4
4#F8BFE8
5#F9CAEC
6#FBD5F0
7#FCDFF4
8#FDEAF7
9#FEF4FB
Tones
Muted variations
1#EF9AD7
2#EA9ED5
3#E6A3D3
4#E1A8D1
5#DCADCF
6#D7B1CD
7#D3B6CB
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 #F495D9 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DC5 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FB5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1598 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21179 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0837 | 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: #F495D9;
--plum-400: #EE5DC5;
--plum-500: #E92FB5;
--plum-600: #CB1598;
--plum-700: #A21179;
--plum-800: #730C56;
--plum-900: #4A0837;
--plum-950: #2E0522;
}