Plum
#F395D9
PinkColor Codes
All color formats for development
HEX
#F395D9RGB
rgb(243, 149, 217)HSL
hsl(317, 80%, 77%)OKLCH
oklch(0.787 0.14 337.9)CMYK
cmyk(0%, 39%, 11%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72CC
2#EB4FBF
3#E72BB2
4#D4189F
5#B11484
6#8D106A
7#6A0C4F
8#470835
9#23041A
Tints
Lighter variations
1#F4A0DD
2#F6ABE0
3#F7B5E4
4#F8C0E8
5#F9CAEC
6#FAD5F0
7#FBDFF4
8#FDEAF7
9#FEF4FB
Tones
Muted variations
1#EF9AD7
2#EA9FD5
3#E5A4D3
4#E1A8D1
5#DCADCF
6#D7B2CC
7#D2B6CA
8#CEBBC8
9#C9C0C6
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFF3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395D9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5EC5 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E830B4 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA1697 | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11278 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D56 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490837 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0522 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1FA;
--plum-100: #FBDFF3;
--plum-200: #F8C3E9;
--plum-300: #F395D9;
--plum-400: #ED5EC5;
--plum-500: #E830B4;
--plum-600: #CA1697;
--plum-700: #A11278;
--plum-800: #730D56;
--plum-900: #490837;
--plum-950: #2E0522;
}