Plum
#AC91F8
PurpleColor Codes
All color formats for development
HEX
#AC91F8RGB
rgb(172, 145, 248)HSL
hsl(256, 88%, 77%)OKLCH
oklch(0.723 0.148 294.5)CMYK
cmyk(31%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#916CF6
2#7547F3
3#5922F1
4#450EDD
5#3A0CB9
6#2E0994
7#23076F
8#17054A
9#0C0225
Tints
Lighter variations
1#B59CF9
2#BDA7F9
3#C5B2FA
4#CDBDFB
5#D6C8FB
6#DED3FC
7#E6DEFD
8#EEE9FE
9#F7F4FE
Tones
Muted variations
1#AF96F3
2#B19BEE
3#B3A0E8
4#B6A5E3
5#B8ABDE
6#BBB0D9
7#BDB5D4
8#C0BACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DD #E6DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0C1 #D0C1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AC91 #AC91F8 | BordersInactive statesPlaceholder text |
| 400 | 8157 #8157F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5D27 #5D27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 420D #420DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 350B #350BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2608 #260878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1805 #18054D | Primary textHigh emphasis contentDark headings |
| 950 | 0F03 #0F0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E6DDFD;
--plum-200: #D0C1FB;
--plum-300: #AC91F8;
--plum-400: #8157F4;
--plum-500: #5D27F1;
--plum-600: #420DD3;
--plum-700: #350BA8;
--plum-800: #260878;
--plum-900: #18054D;
--plum-950: #0F0330;
}