Plum
#A88BFE
PurpleColor Codes
All color formats for development
HEX
#A88BFERGB
rgb(168, 139, 254)HSL
hsl(255, 98%, 77%)OKLCH
oklch(0.712 0.164 293.4)CMYK
cmyk(34%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A64FD
2#6D3DFD
3#5016FD
4#3C02E9
5#3202C2
6#28029C
7#1E0175
8#14014E
9#0A0027
Tints
Lighter variations
1#B096FE
2#B9A2FE
3#C2AEFE
4#CBB9FE
5#D3C5FE
6#DCD1FF
7#E5DCFF
8#EEE8FF
9#F6F3FF
Tones
Muted variations
1#AA91F8
2#AD96F2
3#B09CED
4#B3A2E7
5#B6A8E1
6#B9ADDB
7#BCB3D6
8#BFB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBD #CEBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A88B #A88BFE | BordersInactive statesPlaceholder text |
| 400 | 7A4E #7A4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 541C #541CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3902 #3902DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E02 #2E02B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2101 #21017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1501 #150151 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E4DCFF;
--plum-200: #CEBDFE;
--plum-300: #A88BFE;
--plum-400: #7A4EFD;
--plum-500: #541CFD;
--plum-600: #3902DE;
--plum-700: #2E02B1;
--plum-800: #21017E;
--plum-900: #150151;
--plum-950: #0D0132;
}