Plum
#F494C6
PinkColor Codes
All color formats for development
HEX
#F494C6RGB
rgb(244, 148, 198)HSL
hsl(329, 81%, 77%)OKLCH
oklch(0.78 0.13 348)CMYK
cmyk(0%, 39%, 19%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071B3
2#EC4EA0
3#E92A8D
4#D51679
5#B21365
6#8E0F51
7#6B0B3C
8#470728
9#240414
Tints
Lighter variations
1#F59FCC
2#F6AAD1
3#F7B5D7
4#F8BFDD
5#F9CAE2
6#FBD5E8
7#FCDFEE
8#FDEAF4
9#FEF4F9
Tones
Muted variations
1#EF9AC6
2#EA9EC6
3#E6A3C5
4#E1A8C5
5#DCADC5
6#D7B1C5
7#D3B6C5
8#CEBBC5
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F8 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3DF | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C6 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DA8 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F8F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1573 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2115C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C41 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082A | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FCDFEE;
--plum-200: #F9C3DF;
--plum-300: #F495C6;
--plum-400: #EE5DA8;
--plum-500: #E92F8F;
--plum-600: #CB1573;
--plum-700: #A2115C;
--plum-800: #730C41;
--plum-900: #4A082A;
--plum-950: #2E051A;
}