Plum
#F495D1
PinkColor Codes
All color formats for development
HEX
#F495D1RGB
rgb(244, 149, 209)HSL
hsl(322, 81%, 77%)OKLCH
oklch(0.786 0.135 342.2)CMYK
cmyk(0%, 39%, 14%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#F071C2
2#EC4EB2
3#E92AA3
4#D5168F
5#B21377
6#8E0F60
7#6B0B48
8#470730
9#240418
Tints
Lighter variations
1#F59FD6
2#F6AADA
3#F7B5DF
4#F8BFE3
5#F9CAE8
6#FBD5ED
7#FCDFF1
8#FDEAF6
9#FEF4FA
Tones
Muted variations
1#EF9AD0
2#EA9ECE
3#E6A3CD
4#E1A8CC
5#DCADCB
6#D7B1C9
7#D3B6C8
8#CEBBC7
9#C9C0C6
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 #F9C3E5 | Secondary backgroundsInput backgroundsDividers |
| 300 | F495 #F495D1 | BordersInactive statesPlaceholder text |
| 400 | EE5D #EE5DB9 | Disabled statesSecondary iconsMuted text |
| 500 | E92F #E92FA5 | Primary brand colorCTAsActive elementsLinks |
| 600 | CB15 #CB1588 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A211 #A2116D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730C #730C4E | Text on light backgroundsHeadingsStrong borders |
| 900 | 4A08 #4A0832 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E051F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FEF1F9;
--plum-100: #FCDFF1;
--plum-200: #F9C3E5;
--plum-300: #F495D1;
--plum-400: #EE5DB9;
--plum-500: #E92FA5;
--plum-600: #CB1588;
--plum-700: #A2116D;
--plum-800: #730C4E;
--plum-900: #4A0832;
--plum-950: #2E051F;
}