Plum
#A895F4
BlueColor Codes
All color formats for development
HEX
#A895F4RGB
rgb(168, 149, 244)HSL
hsl(252, 81%, 77%)OKLCH
oklch(0.725 0.136 291.8)CMYK
cmyk(31%, 39%, 0%, 4%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8B71F0
2#6D4EEC
3#502AE9
4#3D16D5
5#3213B2
6#280F8E
7#1E0B6B
8#140747
9#0A0424
Tints
Lighter variations
1#B19FF5
2#B9AAF6
3#C2B5F7
4#CBBFF8
5#D3CAF9
6#DCD5FB
7#E5DFFC
8#EEEAFD
9#F6F4FE
Tones
Muted variations
1#AB9AEF
2#AE9EEA
3#B0A3E6
4#B3A8E1
5#B6ADDC
6#B9B1D7
7#BCB6D3
8#BFBBCE
9#C1C0C9
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DF #E4DFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEC3 #CEC3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | A895 #A895F4 | BordersInactive statesPlaceholder text |
| 400 | 7A5D #7A5DEE | Disabled statesSecondary iconsMuted text |
| 500 | 542F #542FE9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A15 #3A15CB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E11 #2E11A2 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 210C #210C73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1508 #15084A | 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: #F4F1FE;
--plum-100: #E4DFFC;
--plum-200: #CEC3F9;
--plum-300: #A895F4;
--plum-400: #7A5DEE;
--plum-500: #542FE9;
--plum-600: #3A15CB;
--plum-700: #2E11A2;
--plum-800: #210C73;
--plum-900: #15084A;
--plum-950: #0D052E;
}