Plum
#A58DFC
BlueColor Codes
All color formats for development
HEX
#A58DFCRGB
rgb(165, 141, 252)HSL
hsl(253, 95%, 77%)OKLCH
oklch(0.712 0.159 291.8)CMYK
cmyk(35%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8766FB
2#6840FA
3#4A1AF9
4#3606E6
5#2D05BF
6#240499
7#1B0373
8#12024D
9#090126
Tints
Lighter variations
1#AE98FC
2#B7A4FD
3#C0AFFD
4#C9BAFD
5#D2C6FE
6#DBD1FE
7#E4DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#A892F6
2#AB98F1
3#AE9DEB
4#B1A3E6
5#B5A8E0
6#B8AEDB
7#BBB4D5
8#BEB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DC #E4DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBE #CCBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58D #A58DFC | BordersInactive statesPlaceholder text |
| 400 | 7651 #7651FB | Disabled statesSecondary iconsMuted text |
| 500 | 4E1F #4E1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3406 #3406DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2904 #2904AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D03 #1D037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1302 #130250 | Primary textHigh emphasis contentDark headings |
| 950 | 0C01 #0C0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E4DCFE;
--plum-200: #CCBEFD;
--plum-300: #A58DFC;
--plum-400: #7651FB;
--plum-500: #4E1FF9;
--plum-600: #3406DB;
--plum-700: #2904AE;
--plum-800: #1D037C;
--plum-900: #130250;
--plum-950: #0C0132;
}