Plum
#A38DFC
BlueColor Codes
All color formats for development
HEX
#A38DFCRGB
rgb(163, 141, 252)HSL
hsl(252, 95%, 77%)OKLCH
oklch(0.71 0.159 290.9)CMYK
cmyk(35%, 44%, 0%, 1%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8466FB
2#6540FA
3#461AF9
4#3306E6
5#2A05BF
6#220499
7#190373
8#11024D
9#080126
Tints
Lighter variations
1#AC98FC
2#B5A4FD
3#BFAFFD
4#C8BAFD
5#D1C6FE
6#DAD1FE
7#E3DDFE
8#EDE8FE
9#F6F4FF
Tones
Muted variations
1#A692F6
2#AA98F1
3#AD9DEB
4#B0A3E6
5#B4A8E0
6#B7AEDB
7#BAB4D5
8#BEB9CF
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBE #CBBEFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A38D #A38DFC | BordersInactive statesPlaceholder text |
| 400 | 7351 #7351FB | Disabled statesSecondary iconsMuted text |
| 500 | 4B1F #4B1FF9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3006 #3006DB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2604 #2604AE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B03 #1B037C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1202 #120250 | Primary textHigh emphasis contentDark headings |
| 950 | 0B01 #0B0132 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--plum-50: #F3F0FF;
--plum-100: #E3DCFE;
--plum-200: #CBBEFD;
--plum-300: #A38DFC;
--plum-400: #7351FB;
--plum-500: #4B1FF9;
--plum-600: #3006DB;
--plum-700: #2604AE;
--plum-800: #1B037C;
--plum-900: #120250;
--plum-950: #0B0132;
}