Plum
#AB91F8
PurpleColor Codes
All color formats for development
HEX
#AB91F8RGB
rgb(171, 145, 248)HSL
hsl(255, 88%, 77%)OKLCH
oklch(0.722 0.148 294)CMYK
cmyk(31%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8E6CF6
2#7247F3
3#5622F1
4#420EDD
5#370CB9
6#2C0994
7#21076F
8#16054A
9#0B0225
Tints
Lighter variations
1#B39CF9
2#BBA7F9
3#C4B2FA
4#CCBDFB
5#D5C8FB
6#DDD3FC
7#E6DEFD
8#EEE9FE
9#F7F4FE
Tones
Muted variations
1#AD96F3
2#B09BEE
3#B2A0E8
4#B5A5E3
5#B7ABDE
6#BAB0D9
7#BDB5D4
8#BFBACF
9#C2BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC1 #CFC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AB91 #AB91F8 | BordersInactive statesPlaceholder text |
| 400 | 7E57 #7E57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5A27 #5A27F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3F0D #3F0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320B #320BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2408 #240878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1705 #17054D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E5DDFD;
--plum-200: #CFC1FB;
--plum-300: #AB91F8;
--plum-400: #7E57F4;
--plum-500: #5A27F1;
--plum-600: #3F0DD3;
--plum-700: #320BA8;
--plum-800: #240878;
--plum-900: #17054D;
--plum-950: #0E0330;
}