Plum
#A791F8
BlueColor Codes
All color formats for development
HEX
#A791F8RGB
rgb(167, 145, 248)HSL
hsl(253, 88%, 77%)OKLCH
oklch(0.719 0.148 292.1)CMYK
cmyk(33%, 42%, 0%, 3%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8A6CF6
2#6C47F3
3#4F22F1
4#3B0EDD
5#310CB9
6#270994
7#1E076F
8#14054A
9#0A0225
Tints
Lighter variations
1#B09CF9
2#B9A7F9
3#C1B2FA
4#CABDFB
5#D3C8FB
6#DCD3FC
7#E5DEFD
8#EDE9FE
9#F6F4FE
Tones
Muted variations
1#AA96F3
2#AD9BEE
3#B0A0E8
4#B3A5E3
5#B6ABDE
6#B9B0D9
7#BCB5D4
8#BFBACF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DD #E4DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDC1 #CDC1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | A791 #A791F8 | BordersInactive statesPlaceholder text |
| 400 | 7957 #7957F4 | Disabled statesSecondary iconsMuted text |
| 500 | 5327 #5327F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 380D #380DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D0B #2D0BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2008 #200878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1405 #14054D | Primary textHigh emphasis contentDark headings |
| 950 | 0D03 #0D0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F4F1FE;
--plum-100: #E4DDFD;
--plum-200: #CDC1FB;
--plum-300: #A791F8;
--plum-400: #7957F4;
--plum-500: #5327F1;
--plum-600: #380DD3;
--plum-700: #2D0BA8;
--plum-800: #200878;
--plum-900: #14054D;
--plum-950: #0D0330;
}