Plum
#DC98F1
PinkColor Codes
All color formats for development
HEX
#DC98F1RGB
rgb(220, 152, 241)HSL
hsl(286, 76%, 77%)OKLCH
oklch(0.777 0.142 318)CMYK
cmyk(9%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#D075EC
2#C553E7
3#B930E3
4#A61CCF
5#8A18AD
6#6E138A
7#530E68
8#370945
9#1C0523
Tints
Lighter variations
1#E0A2F2
2#E3ACF4
3#E7B7F5
4#EAC1F7
5#EECBF8
6#F1D6F9
7#F5E0FB
8#F8EAFC
9#FCF5FE
Tones
Muted variations
1#DA9CEC
2#D7A1E8
3#D5A5E4
4#D3AADF
5#D0AEDB
6#CEB3D6
7#CBB7D2
8#C9BBCD
9#C7C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | FAF2 #FAF2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F4E0 #F4E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | EBC5 #EBC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | DC98 #DC98F1 | BordersInactive statesPlaceholder text |
| 400 | CA62 #CA62EA | Disabled statesSecondary iconsMuted text |
| 500 | BB35 #BB35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 9E1B #9E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 7D15 #7D159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 5A0F #5A0F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 390A #390A48 | Primary textHigh emphasis contentDark headings |
| 950 | 2406 #24062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #FAF2FD;
--plum-100: #F4E0FB;
--plum-200: #EBC5F7;
--plum-300: #DC98F1;
--plum-400: #CA62EA;
--plum-500: #BB35E3;
--plum-600: #9E1BC5;
--plum-700: #7D159D;
--plum-800: #5A0F70;
--plum-900: #390A48;
--plum-950: #24062D;
}