Plum
#AA97F2
BlueColor Codes
All color formats for development
HEX
#AA97F2RGB
rgb(170, 151, 242)HSL
hsl(253, 78%, 77%)OKLCH
oklch(0.729 0.131 292.4)CMYK
cmyk(30%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E74EE
2#7251E9
3#552EE5
4#421AD2
5#3716AF
6#2C118C
7#210D69
8#160946
9#0B0423
Tints
Lighter variations
1#B3A1F3
2#BBABF5
3#C4B6F6
4#CCC0F7
5#D5CBF9
6#DDD5FA
7#E6E0FB
8#EEEAFC
9#F7F5FE
Tones
Muted variations
1#AD9BEE
2#B0A0E9
3#B2A4E4
4#B5A9E0
5#B7ADDB
6#BAB2D7
7#BDB7D2
8#BFBBCD
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 | CFC4 #CFC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA97 #AA97F2 | BordersInactive statesPlaceholder text |
| 400 | 7E60 #7E60EB | Disabled statesSecondary iconsMuted text |
| 500 | 5A33 #5A33E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F19 #3F19C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3214 #32149F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240E #240E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1709 #170949 | Primary textHigh emphasis contentDark headings |
| 950 | 0E06 #0E062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E5DFFB;
--plum-200: #CFC4F8;
--plum-300: #AA97F2;
--plum-400: #7E60EB;
--plum-500: #5A33E6;
--plum-600: #3F19C8;
--plum-700: #32149F;
--plum-800: #240E71;
--plum-900: #170949;
--plum-950: #0E062D;
}