Plum
#AA95F3
BlueColor Codes
All color formats for development
HEX
#AA95F3RGB
rgb(170, 149, 243)HSL
hsl(253, 80%, 77%)OKLCH
oklch(0.726 0.135 293)CMYK
cmyk(30%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D72EF
2#714FEB
3#542BE7
4#4018D4
5#3614B1
6#2B108D
7#200C6A
8#150847
9#0B0423
Tints
Lighter variations
1#B2A0F4
2#BBABF6
3#C3B5F7
4#CCC0F8
5#D4CAF9
6#DDD5FA
7#E5DFFB
8#EEEAFD
9#F6F4FE
Tones
Muted variations
1#AC9AEF
2#AF9FEA
3#B2A4E5
4#B4A8E1
5#B7ADDC
6#BAB2D7
7#BCB6D2
8#BFBBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC3 #CFC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA95 #AA95F3 | BordersInactive statesPlaceholder text |
| 400 | 7D5E #7D5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5830 #5830E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D16 #3D16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3112 #3112A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230D #230D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1608 #160849 | Primary textHigh emphasis contentDark headings |
| 950 | 0E05 #0E052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E5DFFB;
--plum-200: #CFC3F8;
--plum-300: #AA95F3;
--plum-400: #7D5EED;
--plum-500: #5830E8;
--plum-600: #3D16CA;
--plum-700: #3112A1;
--plum-800: #230D73;
--plum-900: #160849;
--plum-950: #0E052E;
}