Plum
#C18DFC
PurpleColor Codes
All color formats for development
HEX
#C18DFCRGB
rgb(193, 141, 252)HSL
hsl(268, 95%, 77%)OKLCH
oklch(0.737 0.163 304.3)CMYK
cmyk(23%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AC66FB
2#9740FA
3#821AF9
4#6E06E6
5#5C05BF
6#4A0499
7#370373
8#25024D
9#120126
Tints
Lighter variations
1#C798FC
2#CDA4FD
3#D3AFFD
4#DABAFD
5#E0C6FE
6#E6D1FE
7#ECDDFE
8#F3E8FE
9#F9F4FF
Tones
Muted variations
1#C192F6
2#C198F1
3#C29DEB
4#C2A3E6
5#C2A8E0
6#C3AEDB
7#C3B4D5
8#C4B9CF
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | ECDC #ECDCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | DCBE #DCBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | C18D #C18DFC | BordersInactive statesPlaceholder text |
| 400 | A051 #A051FB | Disabled statesSecondary iconsMuted text |
| 500 | 851F #851FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 6906 #6906DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5404 #5404AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3C03 #3C037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2602 #260250 | Primary textHigh emphasis contentDark headings |
| 950 | 1801 #180132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FF;
--plum-100: #ECDCFE;
--plum-200: #DCBEFD;
--plum-300: #C18DFC;
--plum-400: #A051FB;
--plum-500: #851FF9;
--plum-600: #6906DB;
--plum-700: #5404AE;
--plum-800: #3C037C;
--plum-900: #260250;
--plum-950: #180132;
}