Plum
#AB8AFF
PurpleColor Codes
All color formats for development
HEX
#AB8AFFRGB
rgb(171, 138, 255)HSL
hsl(257, 100%, 77%)OKLCH
oklch(0.713 0.167 294.8)CMYK
cmyk(33%, 46%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F62FF
2#733BFF
3#5714FF
4#4300EC
5#3800C4
6#2D009D
7#210076
8#16004F
9#0B0027
Tints
Lighter variations
1#B395FF
2#BCA1FF
3#C4ADFF
4#CDB9FF
5#D5C4FF
6#DDD0FF
7#E6DCFF
8#EEE8FF
9#F7F3FF
Tones
Muted variations
1#AD90F9
2#B095F3
3#B39BED
4#B5A1E8
5#B8A7E2
6#BAADDC
7#BDB3D6
8#BFB9D0
9#C2BECA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DB #E5DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBD #CFBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8A #AB8AFF | BordersInactive statesPlaceholder text |
| 400 | 7F4D #7F4DFF | Disabled statesSecondary iconsMuted text |
| 500 | 5B1A #5B1AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 4000 #4000E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3300 #3300B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2400 #240080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1700 #170052 | Primary textHigh emphasis contentDark headings |
| 950 | 0E00 #0E0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DBFF;
--plum-200: #CFBDFF;
--plum-300: #AB8AFF;
--plum-400: #7F4DFF;
--plum-500: #5B1AFF;
--plum-600: #4000E0;
--plum-700: #3300B3;
--plum-800: #240080;
--plum-900: #170052;
--plum-950: #0E0033;
}