Plum
#DF98F1
PinkColor Codes
All color formats for development
HEX
#DF98F1RGB
rgb(223, 152, 241)HSL
hsl(288, 76%, 77%)OKLCH
oklch(0.78 0.144 319.3)CMYK
cmyk(7%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D475EC
2#CA53E7
3#BF30E3
4#AC1CCF
5#8F18AD
6#72138A
7#560E68
8#390945
9#1D0523
Tints
Lighter variations
1#E2A2F2
2#E5ACF4
3#E9B7F5
4#ECC1F7
5#EFCBF8
6#F2D6F9
7#F5E0FB
8#F9EAFC
9#FCF5FE
Tones
Muted variations
1#DC9CEC
2#DAA1E8
3#D7A5E4
4#D4AADF
5#D2AEDB
6#CFB3D6
7#CCB7D2
8#CABBCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF2 #FBF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5E0 #F5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC5 #EDC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DF98 #DF98F1 | BordersInactive statesPlaceholder text |
| 400 | CE62 #CE62EA | Disabled statesSecondary iconsMuted text |
| 500 | C135 #C135E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | A31B #A31BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8215 #82159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5D0F #5D0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B0A #3B0A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2506 #25062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FBF2FD;
--plum-100: #F5E0FB;
--plum-200: #EDC5F7;
--plum-300: #DF98F1;
--plum-400: #CE62EA;
--plum-500: #C135E3;
--plum-600: #A31BC5;
--plum-700: #82159D;
--plum-800: #5D0F70;
--plum-900: #3B0A48;
--plum-950: #25062D;
}