Plum
#C28BFE
PurpleColor Codes
All color formats for development
HEX
#C28BFERGB
rgb(194, 139, 254)HSL
hsl(269, 98%, 77%)OKLCH
oklch(0.736 0.169 304.7)CMYK
cmyk(24%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#AE64FD
2#9A3DFD
3#8616FD
4#7202E9
5#5F02C2
6#4C029C
7#390175
8#26014E
9#130027
Tints
Lighter variations
1#C896FE
2#CFA2FE
3#D5AEFE
4#DBB9FE
5#E1C5FE
6#E7D1FF
7#EDDCFF
8#F3E8FF
9#F9F3FF
Tones
Muted variations
1#C391F8
2#C396F2
3#C39CED
4#C3A2E7
5#C3A8E1
6#C4ADDB
7#C4B3D6
8#C4B9D0
9#C4BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F7F0 #F7F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EDDC #EDDCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | DDBD #DDBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | C28B #C28BFE | BordersInactive statesPlaceholder text |
| 400 | A34E #A34EFD | Disabled statesSecondary iconsMuted text |
| 500 | 891C #891CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 6D02 #6D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 5602 #5602B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3E01 #3E017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 2701 #270151 | Primary textHigh emphasis contentDark headings |
| 950 | 1901 #190132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F7F0FF;
--plum-100: #EDDCFF;
--plum-200: #DDBDFE;
--plum-300: #C28BFE;
--plum-400: #A34EFD;
--plum-500: #891CFD;
--plum-600: #6D02DE;
--plum-700: #5602B1;
--plum-800: #3E017E;
--plum-900: #270151;
--plum-950: #190132;
}