Plum
#CC94F4
PurpleColor Codes
All color formats for development
HEX
#CC94F4RGB
rgb(204, 148, 244)HSL
hsl(275, 81%, 77%)OKLCH
oklch(0.756 0.145 310.1)CMYK
cmyk(16%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB71F0
2#AA4EEC
3#992AE9
4#8616D5
5#6F13B2
6#590F8E
7#430B6B
8#2D0747
9#160424
Tints
Lighter variations
1#D19FF5
2#D6AAF6
3#DBB5F7
4#E1BFF8
5#E6CAF9
6#EBD5FB
7#F0DFFC
8#F5EAFD
9#FAF4FE
Tones
Muted variations
1#CB9AEF
2#CB9EEA
3#CAA3E6
4#C9A8E1
5#C8ADDC
6#C8B1D7
7#C7B6D3
8#C6BBCE
9#C5C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F8F1 #F8F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | F0DF #F0DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | E2C3 #E2C3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F4 | BordersInactive statesPlaceholder text |
| 400 | B25D #B25DEE | Disabled statesSecondary iconsMuted text |
| 500 | 9C2F #9C2FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F15 #7F15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6511 #6511A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480C #480C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E084A | 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: #F8F1FE;
--plum-100: #F0DFFC;
--plum-200: #E2C3F9;
--plum-300: #CC95F4;
--plum-400: #B25DEE;
--plum-500: #9C2FE9;
--plum-600: #7F15CB;
--plum-700: #6511A2;
--plum-800: #480C73;
--plum-900: #2E084A;
--plum-950: #1D052E;
}