Plum
#F495C8
PinkColor Codes
All color formats for development
HEX
#F495C8RGB
rgb(244, 149, 200)HSL
hsl(328, 81%, 77%)OKLCH
oklch(0.782 0.129 347.1)CMYK
cmyk(0%, 39%, 18%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071B5
2#EC4EA2
3#E92A90
4#D5167C
5#B21367
6#8E0F53
7#6B0B3E
8#470729
9#240415
Tints
Lighter variations
1#F59FCD
2#F6AAD3
3#F7B5D8
4#F8BFDE
5#F9CAE3
6#FBD5E9
7#FCDFEE
8#FDEAF4
9#FEF4F9
Tones
Muted variations
1#EF9AC7
2#EA9EC7
3#E6A3C7
4#E1A8C6
5#DCADC6
6#D7B1C6
7#D3B6C5
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 #FCDFEE | Light backgroundsTable row hoverSkeleton loading |
| 200 | F9C3 #F9C3E0 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495C8 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DAB | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92F92 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1576 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2115E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C43 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A082B | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F8;
--plum-100: #FCDFEE;
--plum-200: #F9C3E0;
--plum-300: #F495C8;
--plum-400: #EE5DAB;
--plum-500: #E92F92;
--plum-600: #CB1576;
--plum-700: #A2115E;
--plum-800: #730C43;
--plum-900: #4A082B;
--plum-950: #2E051B;
}