Plum
#F494C4
PinkColor Codes
All color formats for development
HEX
#F494C4RGB
rgb(244, 148, 196)HSL
hsl(330, 81%, 77%)OKLCH
oklch(0.78 0.128 349.1)CMYK
cmyk(0%, 39%, 20%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071B1
2#EC4E9D
3#E92A89
4#D51676
5#B21362
6#8E0F4F
7#6B0B3B
8#470727
9#240414
Tints
Lighter variations
1#F59FCA
2#F6AAD0
3#F7B5D6
4#F8BFDC
5#F9CAE2
6#FBD5E8
7#FCDFED
8#FDEAF3
9#FEF4F9
Tones
Muted variations
1#EF9AC4
2#EA9EC4
3#E6A3C4
4#E1A8C4
5#DCADC4
6#D7B1C4
7#D3B6C4
8#CEBBC4
9#C9C0C4
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F7 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFED | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3DE | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C4 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DA6 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F8C | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1570 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21159 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C40 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0829 | 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: #FEF1F7;
--plum-100: #FCDFED;
--plum-200: #F9C3DE;
--plum-300: #F495C4;
--plum-400: #EE5DA6;
--plum-500: #E92F8C;
--plum-600: #CB1570;
--plum-700: #A21159;
--plum-800: #730C40;
--plum-900: #4A0829;
--plum-950: #2E051A;
}