Plum
#A58DFB
BlueColor Codes
All color formats for development
HEX
#A58DFBRGB
rgb(165, 141, 251)HSL
hsl(253, 93%, 77%)OKLCH
oklch(0.711 0.157 291.9)CMYK
cmyk(34%, 44%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8768FA
2#6942F8
3#4B1CF7
4#3808E3
5#2E07BD
6#250598
7#1C0472
8#13034C
9#090126
Tints
Lighter variations
1#AE99FB
2#B7A4FC
3#C0B0FC
4#C9BBFD
5#D2C6FD
6#DBD2FD
7#E4DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#A993F5
2#AC99F0
3#AF9EEB
4#B2A4E5
5#B5A9E0
6#B8AFDA
7#BBB4D5
8#BEB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCBF #CCBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A58E #A58EFB | BordersInactive statesPlaceholder text |
| 400 | 7753 #7753F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5022 #5022F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3508 #3508D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A06 #2A06AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E04 #1E047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1303 #13034F | Primary textHigh emphasis contentDark headings |
| 950 | 0C02 #0C0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FE;
--plum-100: #E4DDFE;
--plum-200: #CCBFFD;
--plum-300: #A58EFB;
--plum-400: #7753F9;
--plum-500: #5022F7;
--plum-600: #3508D9;
--plum-700: #2A06AC;
--plum-800: #1E047B;
--plum-900: #13034F;
--plum-950: #0C0231;
}