Plum
#F494CE
PinkColor Codes
All color formats for development
HEX
#F494CERGB
rgb(244, 148, 206)HSL
hsl(324, 81%, 77%)OKLCH
oklch(0.783 0.135 343.6)CMYK
cmyk(0%, 39%, 16%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071BD
2#EC4EAD
3#E92A9C
4#D51689
5#B21372
6#8E0F5B
7#6B0B44
8#47072E
9#240417
Tints
Lighter variations
1#F59FD3
2#F6AAD8
3#F7B5DD
4#F8BFE2
5#F9CAE6
6#FBD5EB
7#FCDFF0
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACD
2#EA9ECC
3#E6A3CB
4#E1A8CA
5#DCADC9
6#D7B1C8
7#D3B6C7
8#CEBBC6
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF0 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E3 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495CE | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DB4 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F9F | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1582 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21168 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C4A | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082F | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FCDFF0;
--plum-200: #F9C3E3;
--plum-300: #F495CE;
--plum-400: #EE5DB4;
--plum-500: #E92F9F;
--plum-600: #CB1582;
--plum-700: #A21168;
--plum-800: #730C4A;
--plum-900: #4A082F;
--plum-950: #2E051E;
}