Plum
#CC95F3
PurpleColor Codes
All color formats for development
HEX
#CC95F3RGB
rgb(204, 149, 243)HSL
hsl(275, 80%, 77%)OKLCH
oklch(0.757 0.142 310.2)CMYK
cmyk(16%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#BB72EF
2#AA4FEB
3#992BE7
4#8618D4
5#6F14B1
6#59108D
7#430C6A
8#2D0847
9#160423
Tints
Lighter variations
1#D1A0F4
2#D6ABF6
3#DBB5F7
4#E1C0F8
5#E6CAF9
6#EBD5FA
7#F0DFFB
8#F5EAFD
9#FAF4FE
Tones
Muted variations
1#CB9AEF
2#CB9FEA
3#CAA4E5
4#C9A8E1
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 | E2C3 #E2C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | CC95 #CC95F3 | BordersInactive statesPlaceholder text |
| 400 | B25E #B25EED | Disabled statesSecondary iconsMuted text |
| 500 | 9C30 #9C30E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 7F16 #7F16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 6512 #6512A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 480D #480D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 2E08 #2E0849 | 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: #E2C3F8;
--plum-300: #CC95F3;
--plum-400: #B25EED;
--plum-500: #9C30E8;
--plum-600: #7F16CA;
--plum-700: #6512A1;
--plum-800: #480D73;
--plum-900: #2E0849;
--plum-950: #1D052E;
}