Plum
#AA8DFC
PurpleColor Codes
All color formats for development
HEX
#AA8DFCRGB
rgb(170, 141, 252)HSL
hsl(256, 95%, 77%)OKLCH
oklch(0.716 0.159 294)CMYK
cmyk(33%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E66FB
2#7240FA
3#551AF9
4#4206E6
5#3705BF
6#2C0499
7#210373
8#16024D
9#0B0126
Tints
Lighter variations
1#B398FC
2#BBA4FD
3#C4AFFD
4#CCBAFD
5#D5C6FE
6#DDD1FE
7#E6DDFE
8#EEE8FE
9#F7F4FF
Tones
Muted variations
1#AD92F6
2#B098F1
3#B29DEB
4#B5A3E6
5#B7A8E0
6#BAAEDB
7#BDB4D5
8#BFB9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8D #AA8DFC | BordersInactive statesPlaceholder text |
| 400 | 7E51 #7E51FB | Disabled statesSecondary iconsMuted text |
| 500 | 591F #591FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E06 #3E06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3204 #3204AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2303 #23037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1702 #170250 | 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: #E5DCFE;
--plum-200: #CFBEFD;
--plum-300: #AA8DFC;
--plum-400: #7E51FB;
--plum-500: #591FF9;
--plum-600: #3E06DB;
--plum-700: #3204AE;
--plum-800: #23037C;
--plum-900: #170250;
--plum-950: #0E0132;
}