Plum
#F495C9
PinkColor Codes
All color formats for development
HEX
#F495C9RGB
rgb(244, 149, 201)HSL
hsl(327, 81%, 77%)OKLCH
oklch(0.783 0.13 346.5)CMYK
cmyk(0%, 39%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071B7
2#EC4EA5
3#E92A93
4#D5167F
5#B2136A
6#8E0F55
7#6B0B40
8#47072A
9#240415
Tints
Lighter variations
1#F59FCE
2#F6AAD4
3#F7B5D9
4#F8BFDF
5#F9CAE4
6#FBD5E9
7#FCDFEF
8#FDEAF4
9#FEF4FA
Tones
Muted variations
1#EF9AC9
2#EA9EC8
3#E6A3C8
4#E1A8C7
5#DCADC7
6#D7B1C6
7#D3B6C6
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 #FCDFEF | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E1 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C9 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DAD | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F96 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1579 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A21160 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C45 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082C | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FCDFEF;
--plum-200: #F9C3E1;
--plum-300: #F495C9;
--plum-400: #EE5DAD;
--plum-500: #E92F96;
--plum-600: #CB1579;
--plum-700: #A21160;
--plum-800: #730C45;
--plum-900: #4A082C;
--plum-950: #2E051C;
}