Plum
#AA8FFA
PurpleColor Codes
All color formats for development
HEX
#AA8FFARGB
rgb(170, 143, 250)HSL
hsl(255, 91%, 77%)OKLCH
oklch(0.719 0.153 293.8)CMYK
cmyk(32%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D69F8
2#7144F6
3#541EF4
4#400BE1
5#3609BC
6#2B0796
7#200571
8#15044B
9#0B0226
Tints
Lighter variations
1#B29AFA
2#BBA5FB
3#C3B1FB
4#CCBCFC
5#D4C7FC
6#DDD2FD
7#E5DDFD
8#EEE9FE
9#F6F4FE
Tones
Muted variations
1#AC94F4
2#AF9AEF
3#B29FEA
4#B4A4E4
5#B7AADF
6#BAAFDA
7#BCB4D4
8#BFBACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA8F #AA8FFA | BordersInactive statesPlaceholder text |
| 400 | 7D55 #7D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5824 #5824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D0A #3D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3108 #3108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #23067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E5DDFD;
--plum-200: #CFC0FC;
--plum-300: #AA8FFA;
--plum-400: #7D55F7;
--plum-500: #5824F5;
--plum-600: #3D0AD6;
--plum-700: #3108AA;
--plum-800: #23067A;
--plum-900: #16044E;
--plum-950: #0E0231;
}