Plum
#A895F3
BlueColor Codes
All color formats for development
HEX
#A895F3RGB
rgb(168, 149, 243)HSL
hsl(252, 80%, 77%)OKLCH
oklch(0.724 0.135 292)CMYK
cmyk(31%, 39%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B72EF
2#6E4FEB
3#512BE7
4#3D18D4
5#3314B1
6#29108D
7#1F0C6A
8#140847
9#0A0423
Tints
Lighter variations
1#B1A0F4
2#BAABF6
3#C2B5F7
4#CBC0F8
5#D4CAF9
6#DCD5FA
7#E5DFFB
8#EEEAFD
9#F6F4FE
Tones
Muted variations
1#AB9AEF
2#AE9FEA
3#B1A4E5
4#B3A8E1
5#B6ADDC
6#B9B2D7
7#BCB6D2
8#BFBBCE
9#C2C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DF #E5DFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5E #7B5EED | Disabled statesSecondary iconsMuted text |
| 500 | 5530 #5530E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A16 #3A16CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E12 #2E12A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210D #210D73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #150849 | Primary textHigh emphasis contentDark headings |
| 950 | 0D05 #0D052E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FD;
--plum-100: #E5DFFB;
--plum-200: #CEC3F8;
--plum-300: #A895F3;
--plum-400: #7B5EED;
--plum-500: #5530E8;
--plum-600: #3A16CA;
--plum-700: #2E12A1;
--plum-800: #210D73;
--plum-900: #150849;
--plum-950: #0D052E;
}