Plum
#AA8BFD
PurpleColor Codes
All color formats for development
HEX
#AA8BFDRGB
rgb(170, 139, 253)HSL
hsl(256, 97%, 77%)OKLCH
oklch(0.713 0.163 294.4)CMYK
cmyk(33%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D65FD
2#713EFC
3#5417FB
4#4004E8
5#3603C1
6#2B029B
7#200274
8#15014D
9#0B0127
Tints
Lighter variations
1#B297FD
2#BBA3FE
3#C3AEFE
4#CCBAFE
5#D4C5FE
6#DDD1FE
7#E5DCFE
8#EEE8FF
9#F6F3FF
Tones
Muted variations
1#AC91F8
2#AF97F2
3#B29DEC
4#B4A2E6
5#B7A8E1
6#BAAEDB
7#BCB3D5
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 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBE #CFBEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8B #AA8BFD | BordersInactive statesPlaceholder text |
| 400 | 7D4F #7D4FFC | Disabled statesSecondary iconsMuted text |
| 500 | 581D #581DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D03 #3D03DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3103 #3103B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2302 #23027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1601 #160150 | Primary textHigh emphasis contentDark headings |
| 950 | 0E01 #0E0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DCFE;
--plum-200: #CFBEFE;
--plum-300: #AA8BFD;
--plum-400: #7D4FFC;
--plum-500: #581DFC;
--plum-600: #3D03DD;
--plum-700: #3103B0;
--plum-800: #23027E;
--plum-900: #160150;
--plum-950: #0E0132;
}