Plum
#AE8DFC
PurpleColor Codes
All color formats for development
HEX
#AE8DFCRGB
rgb(174, 141, 252)HSL
hsl(258, 95%, 77%)OKLCH
oklch(0.72 0.159 295.8)CMYK
cmyk(31%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9366FB
2#7840FA
3#5D1AF9
4#4906E6
5#3D05BF
6#310499
7#250373
8#18024D
9#0C0126
Tints
Lighter variations
1#B698FC
2#BEA4FD
3#C6AFFD
4#CEBAFD
5#D7C6FE
6#DFD1FE
7#E7DDFE
8#EFE8FE
9#F7F4FF
Tones
Muted variations
1#B092F6
2#B398F1
3#B59DEB
4#B7A3E6
5#B9A8E0
6#BBAEDB
7#BEB4D5
8#C0B9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1BE #D1BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8D #AE8DFC | BordersInactive statesPlaceholder text |
| 400 | 8451 #8451FB | Disabled statesSecondary iconsMuted text |
| 500 | 611F #611FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4606 #4606DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3704 #3704AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2803 #28037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1902 #190250 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E6DCFE;
--plum-200: #D1BEFD;
--plum-300: #AE8DFC;
--plum-400: #8451FB;
--plum-500: #611FF9;
--plum-600: #4606DB;
--plum-700: #3704AE;
--plum-800: #28037C;
--plum-900: #190250;
--plum-950: #100132;
}