Plum
#AC8BFD
PurpleColor Codes
All color formats for development
HEX
#AC8BFDRGB
rgb(172, 139, 253)HSL
hsl(257, 97%, 77%)OKLCH
oklch(0.715 0.163 295.3)CMYK
cmyk(32%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9065FD
2#743EFC
3#5817FB
4#4404E8
5#3903C1
6#2E029B
7#220274
8#17014D
9#0B0127
Tints
Lighter variations
1#B497FD
2#BCA3FE
3#C5AEFE
4#CDBAFE
5#D5C5FE
6#DED1FE
7#E6DCFE
8#EEE8FF
9#F7F3FF
Tones
Muted variations
1#AE91F8
2#B197F2
3#B39DEC
4#B6A2E6
5#B8A8E1
6#BAAEDB
7#BDB3D5
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 | E6DC #E6DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0BE #D0BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AC8B #AC8BFD | BordersInactive statesPlaceholder text |
| 400 | 804F #804FFC | Disabled statesSecondary iconsMuted text |
| 500 | 5C1D #5C1DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4103 #4103DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3403 #3403B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2502 #25027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1801 #180150 | 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: #D0BEFE;
--plum-300: #AC8BFD;
--plum-400: #804FFC;
--plum-500: #5C1DFC;
--plum-600: #4103DD;
--plum-700: #3403B0;
--plum-800: #25027E;
--plum-900: #180150;
--plum-950: #0F0132;
}