Plum
#AA8BFE
PurpleColor Codes
All color formats for development
HEX
#AA8BFERGB
rgb(170, 139, 254)HSL
hsl(256, 98%, 77%)OKLCH
oklch(0.714 0.165 294.3)CMYK
cmyk(33%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D64FD
2#703DFD
3#5416FD
4#4002E9
5#3502C2
6#2B029C
7#200175
8#15014E
9#0B0027
Tints
Lighter variations
1#B296FE
2#BBA2FE
3#C3AEFE
4#CCB9FE
5#D4C5FE
6#DDD1FF
7#E5DCFF
8#EEE8FF
9#F6F3FF
Tones
Muted variations
1#AC91F8
2#AF96F2
3#B29CED
4#B4A2E7
5#B7A8E1
6#BAADDB
7#BCB3D6
8#BFB9D0
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFE | BordersInactive statesPlaceholder text |
| 400 | 7D4E #7D4EFD | Disabled statesSecondary iconsMuted text |
| 500 | 581C #581CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D02 #3D02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3002 #3002B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2301 #23017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160151 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DCFF;
--plum-200: #CFBDFE;
--plum-300: #AA8BFE;
--plum-400: #7D4EFD;
--plum-500: #581CFD;
--plum-600: #3D02DE;
--plum-700: #3002B1;
--plum-800: #23017E;
--plum-900: #160151;
--plum-950: #0E0132;
}