Plum
#A48BFE
BlueColor Codes
All color formats for development
HEX
#A48BFERGB
rgb(164, 139, 254)HSL
hsl(253, 98%, 77%)OKLCH
oklch(0.709 0.164 291.6)CMYK
cmyk(35%, 45%, 0%, 0%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#8564FD
2#673DFD
3#4816FD
4#3402E9
5#2C02C2
6#23029C
7#1A0175
8#11014E
9#090027
Tints
Lighter variations
1#AD96FE
2#B6A2FE
3#BFAEFE
4#C8B9FE
5#D1C5FE
6#DBD1FF
7#E4DCFF
8#EDE8FF
9#F6F3FF
Tones
Muted variations
1#A791F8
2#AA96F2
3#AE9CED
4#B1A2E7
5#B4A8E1
6#B7ADDB
7#BBB3D6
8#BEB9D0
9#C1BFCA
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F0 #F3F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3DC #E3DCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBBD #CBBDFE | Secondary backgroundsInput backgroundsDividers |
| 300 | A48B #A48BFE | BordersInactive statesPlaceholder text |
| 400 | 744E #744EFD | Disabled statesSecondary iconsMuted text |
| 500 | 4D1C #4D1CFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3202 #3202DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2802 #2802B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C01 #1C017E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1201 #120151 | 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: #E3DCFF;
--plum-200: #CBBDFE;
--plum-300: #A48BFE;
--plum-400: #744EFD;
--plum-500: #4D1CFD;
--plum-600: #3202DE;
--plum-700: #2802B1;
--plum-800: #1C017E;
--plum-900: #120151;
--plum-950: #0B0132;
}