Plum
#A991F8
BlueColor Codes
All color formats for development
HEX
#A991F8RGB
rgb(169, 145, 248)HSL
hsl(254, 88%, 77%)OKLCH
oklch(0.72 0.148 293)CMYK
cmyk(32%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8C6CF6
2#6F47F3
3#5222F1
4#3F0EDD
5#340CB9
6#2A0994
7#1F076F
8#15054A
9#0A0225
Tints
Lighter variations
1#B19CF9
2#BAA7F9
3#C3B2FA
4#CBBDFB
5#D4C8FB
6#DDD3FC
7#E5DEFD
8#EEE9FE
9#F6F4FE
Tones
Muted variations
1#AC96F3
2#AE9BEE
3#B1A0E8
4#B4A5E3
5#B7ABDE
6#B9B0D9
7#BCB5D4
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 | CEC1 #CEC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A991 #A991F8 | BordersInactive statesPlaceholder text |
| 400 | 7C57 #7C57F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5627 #5627F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3C0D #3C0DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F0B #2F0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2208 #220878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1605 #16054D | 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: #CEC1FB;
--plum-300: #A991F8;
--plum-400: #7C57F4;
--plum-500: #5627F1;
--plum-600: #3C0DD3;
--plum-700: #2F0BA8;
--plum-800: #220878;
--plum-900: #16054D;
--plum-950: #0E0330;
}