Plum
#AB8EFB
PurpleColor Codes
All color formats for development
HEX
#AB8EFBRGB
rgb(171, 142, 251)HSL
hsl(256, 93%, 77%)OKLCH
oklch(0.718 0.156 294.4)CMYK
cmyk(32%, 43%, 0%, 2%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8F68FA
2#7342F8
3#561CF7
4#4308E3
5#3807BD
6#2C0598
7#210472
8#16034C
9#0B0126
Tints
Lighter variations
1#B399FB
2#BCA4FC
3#C4B0FC
4#CDBBFD
5#D5C6FD
6#DDD2FD
7#E6DDFE
8#EEE8FE
9#F7F4FF
Tones
Muted variations
1#AD93F5
2#B099F0
3#B39EEB
4#B5A4E5
5#B8A9E0
6#BAAFDA
7#BDB4D5
8#BFB9CF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFBF #CFBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | AB8E #AB8EFB | BordersInactive statesPlaceholder text |
| 400 | 7F53 #7F53F9 | Disabled statesSecondary iconsMuted text |
| 500 | 5A22 #5A22F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4008 #4008D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3306 #3306AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2404 #24047B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1703 #17034F | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F0FE;
--plum-100: #E5DDFE;
--plum-200: #CFBFFD;
--plum-300: #AB8EFB;
--plum-400: #7F53F9;
--plum-500: #5A22F7;
--plum-600: #4008D9;
--plum-700: #3306AC;
--plum-800: #24047B;
--plum-900: #17034F;
--plum-950: #0E0231;
}