Plum
#AE95F3
PurpleColor Codes
All color formats for development
HEX
#AE95F3RGB
rgb(174, 149, 243)HSL
hsl(256, 80%, 77%)OKLCH
oklch(0.729 0.135 295.1)CMYK
cmyk(28%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#9372EF
2#794FEB
3#5E2BE7
4#4A18D4
5#3E14B1
6#31108D
7#250C6A
8#190847
9#0C0423
Tints
Lighter variations
1#B7A0F4
2#BFABF6
3#C7B5F7
4#CFC0F8
5#D7CAF9
6#DFD5FA
7#E7DFFB
8#EFEAFD
9#F7F4FE
Tones
Muted variations
1#B19AEF
2#B39FEA
3#B5A4E5
4#B7A8E1
5#B9ADDC
6#BCB2D7
7#BEB6D2
8#C0BBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6DF #E6DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1C3 #D1C3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AE95 #AE95F3 | BordersInactive statesPlaceholder text |
| 400 | 845E #845EED | Disabled statesSecondary iconsMuted text |
| 500 | 6130 #6130E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4616 #4616CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3812 #3812A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 280D #280D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A08 #1A0849 | Primary textHigh emphasis contentDark headings |
| 950 | 1005 #10052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E6DFFB;
--plum-200: #D1C3F8;
--plum-300: #AE95F3;
--plum-400: #845EED;
--plum-500: #6130E8;
--plum-600: #4616CA;
--plum-700: #3812A1;
--plum-800: #280D73;
--plum-900: #1A0849;
--plum-950: #10052E;
}