Plum
#CC97F2
PurpleColor Codes
All color formats for development
HEX
#CC97F2RGB
rgb(204, 151, 242)HSL
hsl(275, 78%, 77%)OKLCH
oklch(0.76 0.138 310.2)CMYK
cmyk(16%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB74EE
2#AA51E9
3#992EE5
4#851AD2
5#6F16AF
6#59118C
7#430D69
8#2C0946
9#160423
Tints
Lighter variations
1#D1A1F3
2#D6ABF5
3#DBB6F6
4#E0C0F7
5#E5CBF9
6#EBD5FA
7#F0E0FB
8#F5EAFC
9#FAF5FE
Tones
Muted variations
1#CB9BEE
2#CAA0E9
3#CAA4E4
4#C9A9E0
5#C8ADDB
6#C7B2D7
7#C7B7D2
8#C6BBCD
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EFDF #EFDFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC97 #CC97F2 | BordersInactive statesPlaceholder text |
| 400 | B160 #B160EB | Disabled statesSecondary iconsMuted text |
| 500 | 9B33 #9B33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F19 #7F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6514 #65149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480E #480E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | 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: #F8F1FD;
--plum-100: #EFDFFB;
--plum-200: #E2C4F8;
--plum-300: #CC97F2;
--plum-400: #B160EB;
--plum-500: #9B33E6;
--plum-600: #7F19C8;
--plum-700: #65149F;
--plum-800: #480E71;
--plum-900: #2E0949;
--plum-950: #1D062D;
}