Plum
#CC98F0
PurpleColor Codes
All color formats for development
HEX
#CC98F0RGB
rgb(204, 152, 240)HSL
hsl(275, 75%, 77%)OKLCH
oklch(0.761 0.134 310.6)CMYK
cmyk(15%, 37%, 0%, 6%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB76EB
2#A954E7
3#9831E2
4#851DCE
5#6E19AC
6#581489
7#420F67
8#2C0A45
9#160522
Tints
Lighter variations
1#D1A3F2
2#D6ADF3
3#DBB7F5
4#E0C1F6
5#E5CCF8
6#EAD6F9
7#F0E0FB
8#F5EAFC
9#FAF5FE
Tones
Muted variations
1#CB9DEC
2#CAA1E8
3#C9A6E3
4#C9AADF
5#C8AEDA
6#C7B3D6
7#C7B7D2
8#C6BCCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F2 #F8F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFE0 #EFE0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C5 #E2C5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC98 #CC98F0 | BordersInactive statesPlaceholder text |
| 400 | B163 #B163E9 | Disabled statesSecondary iconsMuted text |
| 500 | 9B36 #9B36E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1C #7E1CC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6416 #64169C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 4810 #481070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A47 | Primary textHigh emphasis contentDark headings |
| 950 | 1D06 #1D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F2FD;
--plum-100: #EFE0FB;
--plum-200: #E2C5F7;
--plum-300: #CC98F0;
--plum-400: #B163E9;
--plum-500: #9B36E2;
--plum-600: #7E1CC4;
--plum-700: #64169C;
--plum-800: #481070;
--plum-900: #2E0A47;
--plum-950: #1D062D;
}