Plum
#AA90F9
PurpleColor Codes
All color formats for development
HEX
#AA90F9RGB
rgb(170, 144, 249)HSL
hsl(255, 90%, 77%)OKLCH
oklch(0.72 0.151 293.7)CMYK
cmyk(32%, 42%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8D6AF7
2#7145F5
3#5520F3
4#410CE0
5#360ABB
6#2B0895
7#200670
8#16044B
9#0B0225
Tints
Lighter variations
1#B29BFA
2#BBA6FA
3#C3B1FB
4#CCBCFB
5#D4C7FC
6#DDD2FD
7#E5DEFD
8#EEE9FE
9#F6F4FE
Tones
Muted variations
1#AD95F4
2#AF9AEF
3#B29FE9
4#B5A5E4
5#B7AADF
6#BAAFD9
7#BCB5D4
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 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | 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: #AA90F9;
--plum-400: #7E55F6;
--plum-500: #5925F4;
--plum-600: #3E0BD5;
--plum-700: #3109AA;
--plum-800: #230679;
--plum-900: #16044E;
--plum-950: #0E0330;
}