Plum
#CC98F1
PurpleColor Codes
All color formats for development
HEX
#CC98F1RGB
rgb(204, 152, 241)HSL
hsl(275, 76%, 77%)OKLCH
oklch(0.761 0.135 310.3)CMYK
cmyk(15%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB75EC
2#A953E7
3#9830E3
4#851CCF
5#6F18AD
6#58138A
7#420E68
8#2C0945
9#160523
Tints
Lighter variations
1#D1A2F2
2#D6ACF4
3#DBB7F5
4#E0C1F7
5#E5CBF8
6#EBD6F9
7#F0E0FB
8#F5EAFC
9#FAF5FE
Tones
Muted variations
1#CB9CEC
2#CAA1E8
3#CAA5E4
4#C9AADF
5#C8AEDB
6#C7B3D6
7#C7B7D2
8#C6BBCD
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 #CC98F1 | BordersInactive statesPlaceholder text |
| 400 | B162 #B162EA | Disabled statesSecondary iconsMuted text |
| 500 | 9B35 #9B35E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7E1B #7E1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6515 #65159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480F #480F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E0A #2E0A48 | 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: #CC98F1;
--plum-400: #B162EA;
--plum-500: #9B35E3;
--plum-600: #7E1BC5;
--plum-700: #65159D;
--plum-800: #480F70;
--plum-900: #2E0A48;
--plum-950: #1D062D;
}