Plum
#F494C1
PinkColor Codes
All color formats for development
HEX
#F494C1RGB
rgb(244, 148, 193)HSL
hsl(332, 81%, 77%)OKLCH
oklch(0.779 0.127 350.9)CMYK
cmyk(0%, 39%, 21%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071AC
2#EC4E98
3#E92A83
4#D5166F
5#B2135D
6#8E0F4A
7#6B0B38
8#470725
9#240413
Tints
Lighter variations
1#F59FC7
2#F6AACE
3#F7B5D4
4#F8BFDA
5#F9CAE0
6#FBD5E6
7#FCDFEC
8#FDEAF3
9#FEF4F9
Tones
Muted variations
1#EF9AC1
2#EA9EC2
3#E6A3C2
4#E1A8C2
5#DCADC3
6#D7B1C3
7#D3B6C3
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 #FCDFEC | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3DC | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C1 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DA1 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F86 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB156A | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21154 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C3C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0827 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0518 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F7;
--plum-100: #FCDFEC;
--plum-200: #F9C3DC;
--plum-300: #F495C1;
--plum-400: #EE5DA1;
--plum-500: #E92F86;
--plum-600: #CB156A;
--plum-700: #A21154;
--plum-800: #730C3C;
--plum-900: #4A0827;
--plum-950: #2E0518;
}