Plum
#F395B9
PinkColor Codes
All color formats for development
HEX
#F395B9RGB
rgb(243, 149, 185)HSL
hsl(337, 80%, 77%)OKLCH
oklch(0.776 0.12 355.8)CMYK
cmyk(0%, 39%, 24%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#EF72A2
2#EB4F8B
3#E72B74
4#D41860
5#B11450
6#8D1040
7#6A0C30
8#470820
9#230410
Tints
Lighter variations
1#F4A0C0
2#F6ABC7
3#F7B5CE
4#F8C0D5
5#F9CADC
6#FAD5E3
7#FBDFEA
8#FDEAF1
9#FEF4F8
Tones
Muted variations
1#EF9ABA
2#EA9FBC
3#E5A4BD
4#E1A8BE
5#DCADBF
6#D7B2C0
7#D2B6C1
8#CEBBC2
9#C9C0C3
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FDF1 #FDF1F6 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | FBDF #FBDFEA | Light backgroundsTable row hoverSkeleton loading |
| 200 | F8C3 #F8C3D8 | Secondary backgroundsInput backgroundsDividers |
| 300 | F395 #F395B9 | BordersInactive statesPlaceholder text |
| 400 | ED5E #ED5E95 | Disabled statesSecondary iconsMuted text |
| 500 | E830 #E83077 | Primary brand colorCTAsActive elementsLinks |
| 600 | CA16 #CA165B | Hover statesFocus ringsPrimary buttons hover |
| 700 | A112 #A11249 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 730D #730D34 | Text on light backgroundsHeadingsStrong borders |
| 900 | 4908 #490821 | Primary textHigh emphasis contentDark headings |
| 950 | 2E05 #2E0515 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FDF1F6;
--plum-100: #FBDFEA;
--plum-200: #F8C3D8;
--plum-300: #F395B9;
--plum-400: #ED5E95;
--plum-500: #E83077;
--plum-600: #CA165B;
--plum-700: #A11249;
--plum-800: #730D34;
--plum-900: #490821;
--plum-950: #2E0515;
}