Plum
#F495CF
PinkColor Codes
All color formats for development
HEX
#F495CFRGB
rgb(244, 149, 207)HSL
hsl(323, 81%, 77%)OKLCH
oklch(0.785 0.134 343.3)CMYK
cmyk(0%, 39%, 15%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071C0
2#EC4EB0
3#E92AA0
4#D5168C
5#B21375
6#8E0F5D
7#6B0B46
8#47072F
9#240417
Tints
Lighter variations
1#F59FD4
2#F6AAD9
3#F7B5DE
4#F8BFE2
5#F9CAE7
6#FBD5EC
7#FCDFF1
8#FDEAF5
9#FEF4FA
Tones
Muted variations
1#EF9ACE
2#EA9ECD
3#E6A3CC
4#E1A8CB
5#DCADCA
6#D7B1C9
7#D3B6C8
8#CEBBC7
9#C9C0C5
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FEF1 #FEF1F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FCDF #FCDFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495CF | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DB7 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1585 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2116A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0831 | 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: #FCDFF1;
--plum-200: #F9C3E4;
--plum-300: #F495CF;
--plum-400: #EE5DB7;
--plum-500: #E92FA2;
--plum-600: #CB1585;
--plum-700: #A2116A;
--plum-800: #730C4C;
--plum-900: #4A0831;
--plum-950: #2E051E;
}