Plum
#CC96F3
PurpleColor Codes
All color formats for development
HEX
#CC96F3RGB
rgb(204, 150, 243)HSL
hsl(275, 79%, 77%)OKLCH
oklch(0.759 0.141 310)CMYK
cmyk(16%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB73EF
2#AA50EA
3#992DE6
4#8519D3
5#6F15B0
6#59108D
7#430C69
8#2C0846
9#160423
Tints
Lighter variations
1#D1A1F4
2#D6ABF5
3#DBB6F6
4#E0C0F8
5#E6CBF9
6#EBD5FA
7#F0E0FB
8#F5EAFD
9#FAF5FE
Tones
Muted variations
1#CB9BEE
2#CB9FE9
3#CAA4E5
4#C9A9E0
5#C8ADDC
6#C7B2D7
7#C7B6D2
8#C6BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C4 #E2C4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC96 #CC96F3 | BordersInactive statesPlaceholder text |
| 400 | B25F #B25FEC | Disabled statesSecondary iconsMuted text |
| 500 | 9B32 #9B32E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F18 #7F18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6513 #6513A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E09 #2E0949 | Primary textHigh emphasis contentDark headings |
| 950 | 1D05 #1D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F8F1FD;
--plum-100: #F0DFFB;
--plum-200: #E2C4F8;
--plum-300: #CC96F3;
--plum-400: #B25FEC;
--plum-500: #9B32E7;
--plum-600: #7F18C9;
--plum-700: #6513A0;
--plum-800: #480D72;
--plum-900: #2E0949;
--plum-950: #1D052E;
}