Plum
#A898F1
BlueColor Codes
All color formats for development
HEX
#A898F1RGB
rgb(168, 152, 241)HSL
hsl(251, 76%, 77%)OKLCH
oklch(0.729 0.128 291.1)CMYK
cmyk(30%, 37%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B75EC
2#6E53E7
3#5130E3
4#3D1CCF
5#3318AD
6#29138A
7#1F0E68
8#140945
9#0A0523
Tints
Lighter variations
1#B1A2F2
2#B9ACF4
3#C2B7F5
4#CBC1F7
5#D4CBF8
6#DCD6F9
7#E5E0FB
8#EEEAFC
9#F6F5FE
Tones
Muted variations
1#AB9CEC
2#AEA1E8
3#B1A5E4
4#B3AADF
5#B6AEDB
6#B9B3D6
7#BCB7D2
8#BFBBCD
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F2 #F4F2FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E0 #E5E0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC5 #CEC5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | A898 #A898F1 | BordersInactive statesPlaceholder text |
| 400 | 7B62 #7B62EA | Disabled statesSecondary iconsMuted text |
| 500 | 5535 #5535E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A1B #3A1BC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E15 #2E159D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210F #210F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 150A #150A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0D06 #0D062D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F2FD;
--plum-100: #E5E0FB;
--plum-200: #CEC5F7;
--plum-300: #A898F1;
--plum-400: #7B62EA;
--plum-500: #5535E3;
--plum-600: #3A1BC5;
--plum-700: #2E159D;
--plum-800: #210F70;
--plum-900: #150A48;
--plum-950: #0D062D;
}