Plum
#AE8BFD
PurpleColor Codes
All color formats for development
HEX
#AE8BFDRGB
rgb(174, 139, 253)HSL
hsl(258, 97%, 77%)OKLCH
oklch(0.717 0.164 296.2)CMYK
cmyk(31%, 45%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9265FD
2#773EFC
3#5C17FB
4#4804E8
5#3C03C1
6#30029B
7#240274
8#18014D
9#0C0127
Tints
Lighter variations
1#B697FD
2#BEA3FE
3#C6AEFE
4#CEBAFE
5#D6C5FE
6#DED1FE
7#E7DCFE
8#EFE8FF
9#F7F3FF
Tones
Muted variations
1#B091F8
2#B297F2
3#B49DEC
4#B7A2E6
5#B9A8E1
6#BBAEDB
7#BEB3D5
8#C0B9D0
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 | D1BE #D1BEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | AE8B #AE8BFD | BordersInactive statesPlaceholder text |
| 400 | 834F #834FFC | Disabled statesSecondary iconsMuted text |
| 500 | 601D #601DFC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4503 #4503DD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3703 #3703B0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2702 #27027E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1901 #190150 | Primary textHigh emphasis contentDark headings |
| 950 | 1001 #100132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E6DCFE;
--plum-200: #D1BEFE;
--plum-300: #AE8BFD;
--plum-400: #834FFC;
--plum-500: #601DFC;
--plum-600: #4503DD;
--plum-700: #3703B0;
--plum-800: #27027E;
--plum-900: #190150;
--plum-950: #100132;
}