Plum
#A996F3
BlueColor Codes
All color formats for development
HEX
#A996F3RGB
rgb(169, 150, 243)HSL
hsl(252, 79%, 77%)OKLCH
oklch(0.727 0.133 292.1)CMYK
cmyk(30%, 38%, 0%, 5%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C73EF
2#6F50EA
3#522DE6
4#3E19D3
5#3415B0
6#29108D
7#1F0C69
8#150846
9#0A0423
Tints
Lighter variations
1#B1A1F4
2#BAABF5
3#C2B6F6
4#CBC0F8
5#D4CBF9
6#DCD5FA
7#E5E0FB
8#EEEAFD
9#F6F5FE
Tones
Muted variations
1#AB9BEE
2#AE9FE9
3#B1A4E5
4#B4A9E0
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 | CEC4 #CEC4F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | A996 #A996F3 | BordersInactive statesPlaceholder text |
| 400 | 7B5F #7B5FEC | Disabled statesSecondary iconsMuted text |
| 500 | 5632 #5632E7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B18 #3B18C9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F13 #2F13A0 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 220D #220D72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1509 #150949 | 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: #CEC4F8;
--plum-300: #A996F3;
--plum-400: #7B5FEC;
--plum-500: #5632E7;
--plum-600: #3B18C9;
--plum-700: #2F13A0;
--plum-800: #220D72;
--plum-900: #150949;
--plum-950: #0D052E;
}