Plum
#AC8DFC
PurpleColor Codes
All color formats for development
HEX
#AC8DFCRGB
rgb(172, 141, 252)HSL
hsl(257, 95%, 77%)OKLCH
oklch(0.718 0.159 294.9)CMYK
cmyk(32%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9066FB
2#7540FA
3#591AF9
4#4506E6
5#3A05BF
6#2E0499
7#230373
8#17024D
9#0C0126
Tints
Lighter variations
1#B498FC
2#BDA4FD
3#C5AFFD
4#CDBAFD
5#D6C6FE
6#DED1FE
7#E6DDFE
8#EEE8FE
9#F7F4FF
Tones
Muted variations
1#AF92F6
2#B198F1
3#B39DEB
4#B6A3E6
5#B8A8E0
6#BBAEDB
7#BDB4D5
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 | D0BE #D0BEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8D #AC8DFC | BordersInactive statesPlaceholder text |
| 400 | 8151 #8151FB | Disabled statesSecondary iconsMuted text |
| 500 | 5D1F #5D1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4206 #4206DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3504 #3504AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2603 #26037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1802 #180250 | Primary textHigh emphasis contentDark headings |
| 950 | 0F01 #0F0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E6DCFE;
--plum-200: #D0BEFD;
--plum-300: #AC8DFC;
--plum-400: #8151FB;
--plum-500: #5D1FF9;
--plum-600: #4206DB;
--plum-700: #3504AE;
--plum-800: #26037C;
--plum-900: #180250;
--plum-950: #0F0132;
}