Plum
#A28BFE
BlueColor Codes
All color formats for development
HEX
#A28BFERGB
rgb(162, 139, 254)HSL
hsl(252, 98%, 77%)OKLCH
oklch(0.707 0.164 290.8)CMYK
cmyk(36%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8364FD
2#643DFD
3#4416FD
4#3102E9
5#2802C2
6#20029C
7#180175
8#10014E
9#080027
Tints
Lighter variations
1#AB96FE
2#B4A2FE
3#BEAEFE
4#C7B9FE
5#D0C5FE
6#DAD1FF
7#E3DCFF
8#ECE8FF
9#F6F3FF
Tones
Muted variations
1#A591F8
2#A996F2
3#AC9CED
4#B0A2E7
5#B3A8E1
6#B7ADDB
7#BAB3D6
8#BDB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CABD #CABDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A28B #A28BFE | BordersInactive statesPlaceholder text |
| 400 | 714E #714EFD | Disabled statesSecondary iconsMuted text |
| 500 | 491C #491CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E02 #2E02DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2502 #2502B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A01 #1A017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1101 #110151 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E3DCFF;
--plum-200: #CABDFE;
--plum-300: #A28BFE;
--plum-400: #714EFD;
--plum-500: #491CFD;
--plum-600: #2E02DE;
--plum-700: #2502B1;
--plum-800: #1A017E;
--plum-900: #110151;
--plum-950: #0B0132;
}