Plum
#AA92F6
BlueColor Codes
All color formats for development
HEX
#AA92F6RGB
rgb(170, 146, 246)HSL
hsl(254, 85%, 77%)OKLCH
oklch(0.722 0.144 293.5)CMYK
cmyk(31%, 41%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6EF3
2#714AF0
3#5426ED
4#4012DA
5#360FB6
6#2B0C91
7#20096D
8#150649
9#0B0324
Tints
Lighter variations
1#B29DF7
2#BBA8F8
3#C3B3F9
4#CCBEFA
5#D4C9FB
6#DDD4FB
7#E5DEFC
8#EEE9FD
9#F6F4FE
Tones
Muted variations
1#AC97F1
2#AF9CEC
3#B2A1E7
4#B4A6E2
5#B7ABDD
6#BAB0D8
7#BCB5D3
8#BFBACE
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 #CFC2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | AA92 #AA92F6 | BordersInactive statesPlaceholder text |
| 400 | 7D5A #7D5AF2 | Disabled statesSecondary iconsMuted text |
| 500 | 582B #582BEE | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D11 #3D11D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 310D #310DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 230A #230A76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1606 #16064B | 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: #CFC2FA;
--plum-300: #AA92F6;
--plum-400: #7D5AF2;
--plum-500: #582BEE;
--plum-600: #3D11D0;
--plum-700: #310DA5;
--plum-800: #230A76;
--plum-900: #16064B;
--plum-950: #0E042F;
}