Plum
#A88DFC
PurpleColor Codes
All color formats for development
HEX
#A88DFCRGB
rgb(168, 141, 252)HSL
hsl(255, 95%, 77%)OKLCH
oklch(0.714 0.159 293.1)CMYK
cmyk(33%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C66FB
2#6F40FA
3#521AF9
4#3E06E6
5#3405BF
6#290499
7#1F0373
8#15024D
9#0A0126
Tints
Lighter variations
1#B198FC
2#BAA4FD
3#C2AFFD
4#CBBAFD
5#D4C6FE
6#DCD1FE
7#E5DDFE
8#EEE8FE
9#F6F4FF
Tones
Muted variations
1#AB92F6
2#AE98F1
3#B19DEB
4#B4A3E6
5#B6A8E0
6#B9AEDB
7#BCB4D5
8#BFB9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBE #CEBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A88D #A88DFC | BordersInactive statesPlaceholder text |
| 400 | 7B51 #7B51FB | Disabled statesSecondary iconsMuted text |
| 500 | 561F #561FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B06 #3B06DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F04 #2F04AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2103 #21037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1502 #150250 | Primary textHigh emphasis contentDark headings |
| 950 | 0D01 #0D0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FF;
--plum-100: #E5DCFE;
--plum-200: #CEBEFD;
--plum-300: #A88DFC;
--plum-400: #7B51FB;
--plum-500: #561FF9;
--plum-600: #3B06DB;
--plum-700: #2F04AE;
--plum-800: #21037C;
--plum-900: #150250;
--plum-950: #0D0132;
}