Plum
#DE97F2
PinkColor Codes
All color formats for development
HEX
#DE97F2RGB
rgb(222, 151, 242)HSL
hsl(287, 78%, 77%)OKLCH
oklch(0.778 0.146 318.6)CMYK
cmyk(8%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D374EE
2#C851E9
3#BD2EE5
4#AA1AD2
5#8E16AF
6#71118C
7#550D69
8#390946
9#1C0423
Tints
Lighter variations
1#E2A1F3
2#E5ABF5
3#E8B6F6
4#EBC0F7
5#EFCBF9
6#F2D5FA
7#F5E0FB
8#F8EAFC
9#FCF5FE
Tones
Muted variations
1#DC9BEE
2#D9A0E9
3#D6A4E4
4#D4A9E0
5#D1ADDB
6#CFB2D7
7#CCB7D2
8#CABBCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FBF1 #FBF1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F5DF #F5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EDC4 #EDC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | DE97 #DE97F2 | BordersInactive statesPlaceholder text |
| 400 | CD60 #CD60EB | Disabled statesSecondary iconsMuted text |
| 500 | BF33 #BF33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | A219 #A219C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 8114 #81149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5C0E #5C0E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 3B09 #3B0949 | 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: #FBF1FD;
--plum-100: #F5DFFB;
--plum-200: #EDC4F8;
--plum-300: #DE97F2;
--plum-400: #CD60EB;
--plum-500: #BF33E6;
--plum-600: #A219C8;
--plum-700: #81149F;
--plum-800: #5C0E71;
--plum-900: #3B0949;
--plum-950: #25062D;
}