Plum
#AA94F5
BlueColor Codes
All color formats for development
HEX
#AA94F5RGB
rgb(170, 148, 245)HSL
hsl(254, 83%, 77%)OKLCH
oklch(0.725 0.139 293)CMYK
cmyk(31%, 40%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E70F2
2#724CEE
3#5528EB
4#4214D8
5#3711B4
6#2C0D90
7#210A6C
8#160748
9#0B0324
Tints
Lighter variations
1#B39EF6
2#BBA9F7
3#C4B4F8
4#CCBFF9
5#D5C9FA
6#DDD4FB
7#E6DFFC
8#EEEAFD
9#F7F4FE
Tones
Muted variations
1#AD99F0
2#B09DEB
3#B2A2E6
4#B5A7E2
5#B7ACDD
6#BAB1D8
7#BDB6D3
8#BFBBCE
9#C2BFC9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DE #E5DEFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC2 #CFC2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | AA94 #AA94F5 | BordersInactive statesPlaceholder text |
| 400 | 7E5C #7E5CF0 | Disabled statesSecondary iconsMuted text |
| 500 | 592D #592DEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F13 #3F13CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320F #320FA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 240B #240B75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1707 #17074B | Primary textHigh emphasis contentDark headings |
| 950 | 0E04 #0E042F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DEFC;
--plum-200: #CFC2F9;
--plum-300: #AA94F5;
--plum-400: #7E5CF0;
--plum-500: #592DEB;
--plum-600: #3F13CD;
--plum-700: #320FA3;
--plum-800: #240B75;
--plum-900: #17074B;
--plum-950: #0E042F;
}